diff options
Diffstat (limited to 'drivers/hid/usbhid/hid-ff.c')
-rw-r--r-- | drivers/hid/usbhid/hid-ff.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/hid/usbhid/hid-ff.c b/drivers/hid/usbhid/hid-ff.c index ed3a869d54e3..eca01a6fda59 100644 --- a/drivers/hid/usbhid/hid-ff.c +++ b/drivers/hid/usbhid/hid-ff.c | |||
@@ -50,10 +50,6 @@ struct hid_ff_initializer { | |||
50 | * be a PID device | 50 | * be a PID device |
51 | */ | 51 | */ |
52 | static struct hid_ff_initializer inits[] = { | 52 | static struct hid_ff_initializer inits[] = { |
53 | #ifdef CONFIG_ZEROPLUS_FF | ||
54 | { 0xc12, 0x0005, hid_zpff_init }, | ||
55 | { 0xc12, 0x0030, hid_zpff_init }, | ||
56 | #endif | ||
57 | { 0, 0, hid_pidff_init} /* Matches anything */ | 53 | { 0, 0, hid_pidff_init} /* Matches anything */ |
58 | }; | 54 | }; |
59 | 55 | ||