diff options
Diffstat (limited to 'drivers/hid/hid-gyration.c')
-rw-r--r-- | drivers/hid/hid-gyration.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/hid/hid-gyration.c b/drivers/hid/hid-gyration.c index 4442c30ef531..288d61c9748e 100644 --- a/drivers/hid/hid-gyration.c +++ b/drivers/hid/hid-gyration.c | |||
@@ -88,17 +88,6 @@ static struct hid_driver gyration_driver = { | |||
88 | .input_mapping = gyration_input_mapping, | 88 | .input_mapping = gyration_input_mapping, |
89 | .event = gyration_event, | 89 | .event = gyration_event, |
90 | }; | 90 | }; |
91 | module_hid_driver(gyration_driver); | ||
91 | 92 | ||
92 | static int __init gyration_init(void) | ||
93 | { | ||
94 | return hid_register_driver(&gyration_driver); | ||
95 | } | ||
96 | |||
97 | static void __exit gyration_exit(void) | ||
98 | { | ||
99 | hid_unregister_driver(&gyration_driver); | ||
100 | } | ||
101 | |||
102 | module_init(gyration_init); | ||
103 | module_exit(gyration_exit); | ||
104 | MODULE_LICENSE("GPL"); | 93 | MODULE_LICENSE("GPL"); |