diff options
Diffstat (limited to 'drivers/input/touchscreen/ti_am335x_tsc.c')
-rw-r--r-- | drivers/input/touchscreen/ti_am335x_tsc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ti_am335x_tsc.c b/drivers/input/touchscreen/ti_am335x_tsc.c index 2ce649520fe0..004f1346a957 100644 --- a/drivers/input/touchscreen/ti_am335x_tsc.c +++ b/drivers/input/touchscreen/ti_am335x_tsc.c | |||
@@ -518,7 +518,6 @@ static struct platform_driver ti_tsc_driver = { | |||
518 | .remove = titsc_remove, | 518 | .remove = titsc_remove, |
519 | .driver = { | 519 | .driver = { |
520 | .name = "TI-am335x-tsc", | 520 | .name = "TI-am335x-tsc", |
521 | .owner = THIS_MODULE, | ||
522 | .pm = TITSC_PM_OPS, | 521 | .pm = TITSC_PM_OPS, |
523 | .of_match_table = ti_tsc_dt_ids, | 522 | .of_match_table = ti_tsc_dt_ids, |
524 | }, | 523 | }, |