diff options
Diffstat (limited to 'drivers/input/touchscreen/da9034-ts.c')
-rw-r--r-- | drivers/input/touchscreen/da9034-ts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/da9034-ts.c b/drivers/input/touchscreen/da9034-ts.c index cf6f4b31db4d..8264822dc4b9 100644 --- a/drivers/input/touchscreen/da9034-ts.c +++ b/drivers/input/touchscreen/da9034-ts.c | |||
@@ -357,7 +357,6 @@ static int da9034_touch_probe(struct platform_device *pdev) | |||
357 | static struct platform_driver da9034_touch_driver = { | 357 | static struct platform_driver da9034_touch_driver = { |
358 | .driver = { | 358 | .driver = { |
359 | .name = "da9034-touch", | 359 | .name = "da9034-touch", |
360 | .owner = THIS_MODULE, | ||
361 | }, | 360 | }, |
362 | .probe = da9034_touch_probe, | 361 | .probe = da9034_touch_probe, |
363 | }; | 362 | }; |