diff options
Diffstat (limited to 'drivers/hid/hid-topseed.c')
-rw-r--r-- | drivers/hid/hid-topseed.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hid/hid-topseed.c b/drivers/hid/hid-topseed.c index cca64a0564a9..152ccfabeba5 100644 --- a/drivers/hid/hid-topseed.c +++ b/drivers/hid/hid-topseed.c | |||
@@ -73,5 +73,3 @@ static void ts_exit(void) | |||
73 | module_init(ts_init); | 73 | module_init(ts_init); |
74 | module_exit(ts_exit); | 74 | module_exit(ts_exit); |
75 | MODULE_LICENSE("GPL"); | 75 | MODULE_LICENSE("GPL"); |
76 | |||
77 | HID_COMPAT_LOAD_DRIVER(topseed); | ||