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 1c9e7c2814a5..cd21dcc41816 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_PETALYNX_MODULE 40#ifdef CONFIG_HID_PETALYNX_MODULE
41 HID_COMPAT_CALL_DRIVER(petalynx); 41 HID_COMPAT_CALL_DRIVER(petalynx);
42#endif 42#endif
43#ifdef CONFIG_HID_SAMSUNG_MODULE
44 HID_COMPAT_CALL_DRIVER(samsung);
45#endif
43#ifdef CONFIG_HID_SUNPLUS_MODULE 46#ifdef CONFIG_HID_SUNPLUS_MODULE
44 HID_COMPAT_CALL_DRIVER(sunplus); 47 HID_COMPAT_CALL_DRIVER(sunplus);
45#endif 48#endif