diff options
Diffstat (limited to 'include/linux/hid.h')
-rw-r--r-- | include/linux/hid.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index 5b47feecc101..0de5fe8894d9 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -617,9 +617,6 @@ extern void hidinput_disconnect(struct hid_device *); | |||
617 | int hid_set_field(struct hid_field *, unsigned, __s32); | 617 | int hid_set_field(struct hid_field *, unsigned, __s32); |
618 | int hid_input_report(struct hid_device *, int type, u8 *, int, int); | 618 | int hid_input_report(struct hid_device *, int type, u8 *, int, int); |
619 | int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field); | 619 | int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field); |
620 | int hidinput_mapping_quirks(struct hid_usage *, struct hid_input *, | ||
621 | unsigned long **, int *); | ||
622 | int hidinput_event_quirks(struct hid_device *, struct hid_field *, struct hid_usage *, __s32); | ||
623 | void hid_output_report(struct hid_report *report, __u8 *data); | 620 | void hid_output_report(struct hid_report *report, __u8 *data); |
624 | struct hid_device *hid_allocate_device(void); | 621 | struct hid_device *hid_allocate_device(void); |
625 | int hid_parse_report(struct hid_device *hid, __u8 *start, unsigned size); | 622 | int hid_parse_report(struct hid_device *hid, __u8 *start, unsigned size); |