diff options
Diffstat (limited to 'drivers/input/serio/ct82c710.c')
-rw-r--r-- | drivers/input/serio/ct82c710.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/serio/ct82c710.c b/drivers/input/serio/ct82c710.c index cfe549d4eaa5..9c54c43c9749 100644 --- a/drivers/input/serio/ct82c710.c +++ b/drivers/input/serio/ct82c710.c | |||
@@ -209,7 +209,6 @@ static int ct82c710_remove(struct platform_device *dev) | |||
209 | static struct platform_driver ct82c710_driver = { | 209 | static struct platform_driver ct82c710_driver = { |
210 | .driver = { | 210 | .driver = { |
211 | .name = "ct82c710", | 211 | .name = "ct82c710", |
212 | .owner = THIS_MODULE, | ||
213 | }, | 212 | }, |
214 | .probe = ct82c710_probe, | 213 | .probe = ct82c710_probe, |
215 | .remove = ct82c710_remove, | 214 | .remove = ct82c710_remove, |