diff options
Diffstat (limited to 'drivers/input/keyboard/adp5588-keys.c')
-rw-r--r-- | drivers/input/keyboard/adp5588-keys.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/input/keyboard/adp5588-keys.c b/drivers/input/keyboard/adp5588-keys.c index 4a7f534cf64b..39ebffac207e 100644 --- a/drivers/input/keyboard/adp5588-keys.c +++ b/drivers/input/keyboard/adp5588-keys.c | |||
@@ -653,17 +653,7 @@ static struct i2c_driver adp5588_driver = { | |||
653 | .id_table = adp5588_id, | 653 | .id_table = adp5588_id, |
654 | }; | 654 | }; |
655 | 655 | ||
656 | static int __init adp5588_init(void) | 656 | module_i2c_driver(adp5588_driver); |
657 | { | ||
658 | return i2c_add_driver(&adp5588_driver); | ||
659 | } | ||
660 | module_init(adp5588_init); | ||
661 | |||
662 | static void __exit adp5588_exit(void) | ||
663 | { | ||
664 | i2c_del_driver(&adp5588_driver); | ||
665 | } | ||
666 | module_exit(adp5588_exit); | ||
667 | 657 | ||
668 | MODULE_LICENSE("GPL"); | 658 | MODULE_LICENSE("GPL"); |
669 | MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>"); | 659 | MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>"); |