diff options
Diffstat (limited to 'drivers/input/misc/sgi_btns.c')
-rw-r--r-- | drivers/input/misc/sgi_btns.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/input/misc/sgi_btns.c b/drivers/input/misc/sgi_btns.c index 1a80c0dab83b..5d9fd5571199 100644 --- a/drivers/input/misc/sgi_btns.c +++ b/drivers/input/misc/sgi_btns.c | |||
@@ -164,17 +164,6 @@ static struct platform_driver sgi_buttons_driver = { | |||
164 | .owner = THIS_MODULE, | 164 | .owner = THIS_MODULE, |
165 | }, | 165 | }, |
166 | }; | 166 | }; |
167 | 167 | module_platform_driver(sgi_buttons_driver); | |
168 | static int __init sgi_buttons_init(void) | ||
169 | { | ||
170 | return platform_driver_register(&sgi_buttons_driver); | ||
171 | } | ||
172 | |||
173 | static void __exit sgi_buttons_exit(void) | ||
174 | { | ||
175 | platform_driver_unregister(&sgi_buttons_driver); | ||
176 | } | ||
177 | 168 | ||
178 | MODULE_LICENSE("GPL"); | 169 | MODULE_LICENSE("GPL"); |
179 | module_init(sgi_buttons_init); | ||
180 | module_exit(sgi_buttons_exit); | ||