diff options
Diffstat (limited to 'drivers/input/touchscreen')
-rw-r--r-- | drivers/input/touchscreen/ti_am335x_tsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ti_am335x_tsc.c b/drivers/input/touchscreen/ti_am335x_tsc.c index e1c5300cacfc..df9b24f7e2cb 100644 --- a/drivers/input/touchscreen/ti_am335x_tsc.c +++ b/drivers/input/touchscreen/ti_am335x_tsc.c | |||
@@ -505,7 +505,7 @@ static struct platform_driver ti_tsc_driver = { | |||
505 | .name = "TI-am335x-tsc", | 505 | .name = "TI-am335x-tsc", |
506 | .owner = THIS_MODULE, | 506 | .owner = THIS_MODULE, |
507 | .pm = TITSC_PM_OPS, | 507 | .pm = TITSC_PM_OPS, |
508 | .of_match_table = of_match_ptr(ti_tsc_dt_ids), | 508 | .of_match_table = ti_tsc_dt_ids, |
509 | }, | 509 | }, |
510 | }; | 510 | }; |
511 | module_platform_driver(ti_tsc_driver); | 511 | module_platform_driver(ti_tsc_driver); |