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 ae122a122faa..54d1fb6fd4d8 100644 --- a/drivers/hid/hid-dummy.c +++ b/drivers/hid/hid-dummy.c | |||
@@ -58,6 +58,9 @@ static int __init hid_dummy_init(void) | |||
58 | #ifdef CONFIG_THRUSTMASTER_FF_MODULE | 58 | #ifdef CONFIG_THRUSTMASTER_FF_MODULE |
59 | HID_COMPAT_CALL_DRIVER(thrustmaster); | 59 | HID_COMPAT_CALL_DRIVER(thrustmaster); |
60 | #endif | 60 | #endif |
61 | #ifdef CONFIG_ZEROPLUS_FF_MODULE | ||
62 | HID_COMPAT_CALL_DRIVER(zeroplus); | ||
63 | #endif | ||
61 | 64 | ||
62 | return -EIO; | 65 | return -EIO; |
63 | } | 66 | } |