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 1ef3111f7fe7..684191dcb324 100644
--- a/drivers/hid/hid-dummy.c
+++ b/drivers/hid/hid-dummy.c
@@ -22,6 +22,9 @@ static int __init hid_dummy_init(void)
22#ifdef CONFIG_HID_CYPRESS_MODULE 22#ifdef CONFIG_HID_CYPRESS_MODULE
23 HID_COMPAT_CALL_DRIVER(cypress); 23 HID_COMPAT_CALL_DRIVER(cypress);
24#endif 24#endif
25#ifdef CONFIG_HID_DELL_MODULE
26 HID_COMPAT_CALL_DRIVER(dell);
27#endif
25#ifdef CONFIG_HID_EZKEY_MODULE 28#ifdef CONFIG_HID_EZKEY_MODULE
26 HID_COMPAT_CALL_DRIVER(ezkey); 29 HID_COMPAT_CALL_DRIVER(ezkey);
27#endif 30#endif