diff options
Diffstat (limited to 'drivers/hid/hid-gyration.c')
-rw-r--r-- | drivers/hid/hid-gyration.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hid/hid-gyration.c b/drivers/hid/hid-gyration.c index 04a0afec52ac..d42d222097a8 100644 --- a/drivers/hid/hid-gyration.c +++ b/drivers/hid/hid-gyration.c | |||
@@ -94,5 +94,3 @@ static void gyration_exit(void) | |||
94 | module_init(gyration_init); | 94 | module_init(gyration_init); |
95 | module_exit(gyration_exit); | 95 | module_exit(gyration_exit); |
96 | MODULE_LICENSE("GPL"); | 96 | MODULE_LICENSE("GPL"); |
97 | |||
98 | HID_COMPAT_LOAD_DRIVER(gyration); | ||