diff options
Diffstat (limited to 'drivers/usb/input/hid.h')
-rw-r--r-- | drivers/usb/input/hid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/input/hid.h b/drivers/usb/input/hid.h index 6d88c0c0b903..3dae8a949de2 100644 --- a/drivers/usb/input/hid.h +++ b/drivers/usb/input/hid.h | |||
@@ -525,6 +525,7 @@ int hid_ff_init(struct hid_device *hid); | |||
525 | 525 | ||
526 | int hid_lgff_init(struct hid_device *hid); | 526 | int hid_lgff_init(struct hid_device *hid); |
527 | int hid_tmff_init(struct hid_device *hid); | 527 | int hid_tmff_init(struct hid_device *hid); |
528 | int hid_zpff_init(struct hid_device *hid); | ||
528 | #ifdef CONFIG_HID_PID | 529 | #ifdef CONFIG_HID_PID |
529 | int hid_pidff_init(struct hid_device *hid); | 530 | int hid_pidff_init(struct hid_device *hid); |
530 | #else | 531 | #else |