diff options
Diffstat (limited to 'drivers/hid/hid-chicony.c')
-rw-r--r-- | drivers/hid/hid-chicony.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hid/hid-chicony.c b/drivers/hid/hid-chicony.c index a54d4096e0f7..7f91076d8493 100644 --- a/drivers/hid/hid-chicony.c +++ b/drivers/hid/hid-chicony.c | |||
@@ -76,5 +76,3 @@ static void ch_exit(void) | |||
76 | module_init(ch_init); | 76 | module_init(ch_init); |
77 | module_exit(ch_exit); | 77 | module_exit(ch_exit); |
78 | MODULE_LICENSE("GPL"); | 78 | MODULE_LICENSE("GPL"); |
79 | |||
80 | HID_COMPAT_LOAD_DRIVER(chicony); | ||