diff options
Diffstat (limited to 'drivers/hid/hid-cypress.c')
-rw-r--r-- | drivers/hid/hid-cypress.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hid/hid-cypress.c b/drivers/hid/hid-cypress.c index 5d69d27b935d..9d6d3b91773b 100644 --- a/drivers/hid/hid-cypress.c +++ b/drivers/hid/hid-cypress.c | |||
@@ -154,5 +154,3 @@ static void cp_exit(void) | |||
154 | module_init(cp_init); | 154 | module_init(cp_init); |
155 | module_exit(cp_exit); | 155 | module_exit(cp_exit); |
156 | MODULE_LICENSE("GPL"); | 156 | MODULE_LICENSE("GPL"); |
157 | |||
158 | HID_COMPAT_LOAD_DRIVER(cypress); | ||