Merge tag 'input-for-v6.4-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor...
[sfrench/cifs-2.6.git] / drivers / input / touchscreen / sun4i-ts.c
index 1117fba30020d0f6719062157953ab05cf9e61b7..577c75c83e25db2e99df88765219e0a230de3b6a 100644 (file)
@@ -400,7 +400,7 @@ MODULE_DEVICE_TABLE(of, sun4i_ts_of_match);
 static struct platform_driver sun4i_ts_driver = {
        .driver = {
                .name   = "sun4i-ts",
-               .of_match_table = of_match_ptr(sun4i_ts_of_match),
+               .of_match_table = sun4i_ts_of_match,
        },
        .probe  = sun4i_ts_probe,
        .remove = sun4i_ts_remove,