summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/bcm_iproc_tsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/bcm_iproc_tsc.c')
-rw-r--r--drivers/input/touchscreen/bcm_iproc_tsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/bcm_iproc_tsc.c b/drivers/input/touchscreen/bcm_iproc_tsc.c
index 35e2fe9911a4..9c84235327bf 100644
--- a/drivers/input/touchscreen/bcm_iproc_tsc.c
+++ b/drivers/input/touchscreen/bcm_iproc_tsc.c
@@ -511,7 +511,7 @@ static struct platform_driver iproc_ts_driver = {
.probe = iproc_ts_probe,
.driver = {
.name = IPROC_TS_NAME,
- .of_match_table = of_match_ptr(iproc_ts_of_match),
+ .of_match_table = iproc_ts_of_match,
},
};