From f287caee8094097e3901d9982b6780873b36944f Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Fri, 4 Aug 2006 23:00:02 -0400 Subject: Input: hid - #if 0 the no longer used hid_find_field_by_usage() Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Dmitry Torokhov --- drivers/usb/input/hid-core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/usb/input/hid-core.c') diff --git a/drivers/usb/input/hid-core.c b/drivers/usb/input/hid-core.c index 2f477a8bada..e3cd0321c59 100644 --- a/drivers/usb/input/hid-core.c +++ b/drivers/usb/input/hid-core.c @@ -1106,7 +1106,7 @@ int hid_set_field(struct hid_field *field, unsigned offset, __s32 value) /* * Find a report field with a specified HID usage. */ - +#if 0 struct hid_field *hid_find_field_by_usage(struct hid_device *hid, __u32 wanted_usage, int type) { struct hid_report *report; @@ -1118,6 +1118,7 @@ struct hid_field *hid_find_field_by_usage(struct hid_device *hid, __u32 wanted_u return report->field[i]; return NULL; } +#endif /* 0 */ static int hid_submit_out(struct hid_device *hid) { -- cgit v1.2.3