aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/hid-dummy.c')
-rw-r--r--drivers/hid/hid-dummy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-dummy.c b/drivers/hid/hid-dummy.c
index 28815fd6c285..74d765f38624 100644
--- a/drivers/hid/hid-dummy.c
+++ b/drivers/hid/hid-dummy.c
@@ -34,6 +34,9 @@ static int __init hid_dummy_init(void)
34#ifdef CONFIG_HID_EZKEY_MODULE 34#ifdef CONFIG_HID_EZKEY_MODULE
35 HID_COMPAT_CALL_DRIVER(ezkey); 35 HID_COMPAT_CALL_DRIVER(ezkey);
36#endif 36#endif
37#ifdef CONFIG_HID_KYE_MODULE
38 HID_COMPAT_CALL_DRIVER(kye);
39#endif
37#ifdef CONFIG_HID_GYRATION_MODULE 40#ifdef CONFIG_HID_GYRATION_MODULE
38 HID_COMPAT_CALL_DRIVER(gyration); 41 HID_COMPAT_CALL_DRIVER(gyration);
39#endif 42#endif