diff options
Diffstat (limited to 'drivers/input/keyboard/bf54x-keys.c')
-rw-r--r-- | drivers/input/keyboard/bf54x-keys.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/keyboard/bf54x-keys.c b/drivers/input/keyboard/bf54x-keys.c index e6d46c5994d7..81b07dddae86 100644 --- a/drivers/input/keyboard/bf54x-keys.c +++ b/drivers/input/keyboard/bf54x-keys.c | |||
@@ -385,7 +385,6 @@ static int bfin_kpad_resume(struct platform_device *pdev) | |||
385 | static struct platform_driver bfin_kpad_device_driver = { | 385 | static struct platform_driver bfin_kpad_device_driver = { |
386 | .driver = { | 386 | .driver = { |
387 | .name = DRV_NAME, | 387 | .name = DRV_NAME, |
388 | .owner = THIS_MODULE, | ||
389 | }, | 388 | }, |
390 | .probe = bfin_kpad_probe, | 389 | .probe = bfin_kpad_probe, |
391 | .remove = bfin_kpad_remove, | 390 | .remove = bfin_kpad_remove, |