aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-gyration.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/hid-gyration.c')
-rw-r--r--drivers/hid/hid-gyration.c13
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};
91module_hid_driver(gyration_driver);
91 92
92static int __init gyration_init(void)
93{
94 return hid_register_driver(&gyration_driver);
95}
96
97static void __exit gyration_exit(void)
98{
99 hid_unregister_driver(&gyration_driver);
100}
101
102module_init(gyration_init);
103module_exit(gyration_exit);
104MODULE_LICENSE("GPL"); 93MODULE_LICENSE("GPL");