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 27cffe3586f5..123f1c71cdf2 100644 --- a/drivers/hid/hid-dummy.c +++ b/drivers/hid/hid-dummy.c | |||
@@ -4,6 +4,9 @@ | |||
4 | 4 | ||
5 | static int __init hid_dummy_init(void) | 5 | static int __init hid_dummy_init(void) |
6 | { | 6 | { |
7 | #ifdef CONFIG_HID_A4TECH_MODULE | ||
8 | HID_COMPAT_CALL_DRIVER(a4tech); | ||
9 | #endif | ||
7 | #ifdef CONFIG_HID_APPLE_MODULE | 10 | #ifdef CONFIG_HID_APPLE_MODULE |
8 | HID_COMPAT_CALL_DRIVER(apple); | 11 | HID_COMPAT_CALL_DRIVER(apple); |
9 | #endif | 12 | #endif |