aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/bf54x-keys.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/keyboard/bf54x-keys.c')
-rw-r--r--drivers/input/keyboard/bf54x-keys.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/keyboard/bf54x-keys.c b/drivers/input/keyboard/bf54x-keys.c
index 05e3494cf8b8..d87ac3322a6d 100644
--- a/drivers/input/keyboard/bf54x-keys.c
+++ b/drivers/input/keyboard/bf54x-keys.c
@@ -359,6 +359,7 @@ struct platform_driver bfin_kpad_device_driver = {
359 .remove = __devexit_p(bfin_kpad_remove), 359 .remove = __devexit_p(bfin_kpad_remove),
360 .driver = { 360 .driver = {
361 .name = DRV_NAME, 361 .name = DRV_NAME,
362 .owner = THIS_MODULE,
362 } 363 }
363}; 364};
364 365
@@ -378,3 +379,4 @@ module_exit(bfin_kpad_exit);
378MODULE_LICENSE("GPL"); 379MODULE_LICENSE("GPL");
379MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>"); 380MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>");
380MODULE_DESCRIPTION("Keypad driver for BF54x Processors"); 381MODULE_DESCRIPTION("Keypad driver for BF54x Processors");
382MODULE_ALIAS("platform:bf54x-keys");