diff options
Diffstat (limited to 'drivers/hid/hid-dummy.c')
-rw-r--r-- | drivers/hid/hid-dummy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-dummy.c b/drivers/hid/hid-dummy.c index 0dbdbb73b73c..0b683af41b24 100644 --- a/drivers/hid/hid-dummy.c +++ b/drivers/hid/hid-dummy.c | |||
@@ -13,6 +13,9 @@ static int __init hid_dummy_init(void) | |||
13 | #ifdef CONFIG_HID_CHERRY_MODULE | 13 | #ifdef CONFIG_HID_CHERRY_MODULE |
14 | HID_COMPAT_CALL_DRIVER(cherry); | 14 | HID_COMPAT_CALL_DRIVER(cherry); |
15 | #endif | 15 | #endif |
16 | #ifdef CONFIG_HID_CHICONY_MODULE | ||
17 | HID_COMPAT_CALL_DRIVER(chicony); | ||
18 | #endif | ||
16 | #ifdef CONFIG_HID_CYPRESS_MODULE | 19 | #ifdef CONFIG_HID_CYPRESS_MODULE |
17 | HID_COMPAT_CALL_DRIVER(cypress); | 20 | HID_COMPAT_CALL_DRIVER(cypress); |
18 | #endif | 21 | #endif |