diff options
Diffstat (limited to 'drivers/input/touchscreen/intel-mid-touch.c')
-rw-r--r-- | drivers/input/touchscreen/intel-mid-touch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/intel-mid-touch.c b/drivers/input/touchscreen/intel-mid-touch.c index c38ca4a7e386..b4f0725a1c3d 100644 --- a/drivers/input/touchscreen/intel-mid-touch.c +++ b/drivers/input/touchscreen/intel-mid-touch.c | |||
@@ -644,7 +644,6 @@ static int mrstouch_probe(struct platform_device *pdev) | |||
644 | static struct platform_driver mrstouch_driver = { | 644 | static struct platform_driver mrstouch_driver = { |
645 | .driver = { | 645 | .driver = { |
646 | .name = "pmic_touch", | 646 | .name = "pmic_touch", |
647 | .owner = THIS_MODULE, | ||
648 | }, | 647 | }, |
649 | .probe = mrstouch_probe, | 648 | .probe = mrstouch_probe, |
650 | }; | 649 | }; |