diff options
Diffstat (limited to 'drivers/input/touchscreen/tps6507x-ts.c')
-rw-r--r-- | drivers/input/touchscreen/tps6507x-ts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/tps6507x-ts.c b/drivers/input/touchscreen/tps6507x-ts.c index 94cde2cb1491..4ffd829d1990 100644 --- a/drivers/input/touchscreen/tps6507x-ts.c +++ b/drivers/input/touchscreen/tps6507x-ts.c | |||
@@ -314,7 +314,6 @@ static int tps6507x_ts_remove(struct platform_device *pdev) | |||
314 | static struct platform_driver tps6507x_ts_driver = { | 314 | static struct platform_driver tps6507x_ts_driver = { |
315 | .driver = { | 315 | .driver = { |
316 | .name = "tps6507x-ts", | 316 | .name = "tps6507x-ts", |
317 | .owner = THIS_MODULE, | ||
318 | }, | 317 | }, |
319 | .probe = tps6507x_ts_probe, | 318 | .probe = tps6507x_ts_probe, |
320 | .remove = tps6507x_ts_remove, | 319 | .remove = tps6507x_ts_remove, |