diff options
Diffstat (limited to 'drivers/hid/hid-tmff.c')
-rw-r--r-- | drivers/hid/hid-tmff.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hid/hid-tmff.c b/drivers/hid/hid-tmff.c index 1b7cba0f7e1..7c1f7b50330 100644 --- a/drivers/hid/hid-tmff.c +++ b/drivers/hid/hid-tmff.c | |||
@@ -265,5 +265,3 @@ static void tm_exit(void) | |||
265 | module_init(tm_init); | 265 | module_init(tm_init); |
266 | module_exit(tm_exit); | 266 | module_exit(tm_exit); |
267 | MODULE_LICENSE("GPL"); | 267 | MODULE_LICENSE("GPL"); |
268 | |||
269 | HID_COMPAT_LOAD_DRIVER(thrustmaster); | ||