diff options
Diffstat (limited to 'drivers/input/misc/rb532_button.c')
-rw-r--r-- | drivers/input/misc/rb532_button.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/input/misc/rb532_button.c b/drivers/input/misc/rb532_button.c index e2c7f622a0b5..aeb02bcf7233 100644 --- a/drivers/input/misc/rb532_button.c +++ b/drivers/input/misc/rb532_button.c | |||
@@ -100,19 +100,7 @@ static struct platform_driver rb532_button_driver = { | |||
100 | .owner = THIS_MODULE, | 100 | .owner = THIS_MODULE, |
101 | }, | 101 | }, |
102 | }; | 102 | }; |
103 | 103 | module_platform_driver(rb532_button_driver); | |
104 | static int __init rb532_button_init(void) | ||
105 | { | ||
106 | return platform_driver_register(&rb532_button_driver); | ||
107 | } | ||
108 | |||
109 | static void __exit rb532_button_exit(void) | ||
110 | { | ||
111 | platform_driver_unregister(&rb532_button_driver); | ||
112 | } | ||
113 | |||
114 | module_init(rb532_button_init); | ||
115 | module_exit(rb532_button_exit); | ||
116 | 104 | ||
117 | MODULE_AUTHOR("Phil Sutter <n0-1@freewrt.org>"); | 105 | MODULE_AUTHOR("Phil Sutter <n0-1@freewrt.org>"); |
118 | MODULE_LICENSE("GPL"); | 106 | MODULE_LICENSE("GPL"); |