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 69dcf9b1a444..2f5d9a1a352c 100644
--- a/drivers/hid/hid-dummy.c
+++ b/drivers/hid/hid-dummy.c
@@ -40,6 +40,9 @@ static int __init hid_dummy_init(void)
40#ifdef CONFIG_HID_MONTEREY_MODULE 40#ifdef CONFIG_HID_MONTEREY_MODULE
41 HID_COMPAT_CALL_DRIVER(monterey); 41 HID_COMPAT_CALL_DRIVER(monterey);
42#endif 42#endif
43#ifdef CONFIG_HID_PANTHERLORD_MODULE
44 HID_COMPAT_CALL_DRIVER(pantherlord);
45#endif
43#ifdef CONFIG_HID_PETALYNX_MODULE 46#ifdef CONFIG_HID_PETALYNX_MODULE
44 HID_COMPAT_CALL_DRIVER(petalynx); 47 HID_COMPAT_CALL_DRIVER(petalynx);
45#endif 48#endif