summaryrefslogtreecommitdiff
path: root/drivers/usb/input/hid.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-08-04 23:00:02 -0400
committerDmitry Torokhov <dtor@insightbb.com>2006-08-04 23:00:02 -0400
commitf287caee8094097e3901d9982b6780873b36944f (patch)
tree045e3a54a228426a4d69d2e53b2f53ec8e2b69f3 /drivers/usb/input/hid.h
parent8b8277a17477de38d8df6783e8221aed55bab300 (diff)
downloadlinux-f287caee8094097e3901d9982b6780873b36944f.tar.gz
linux-f287caee8094097e3901d9982b6780873b36944f.tar.xz
Input: hid - #if 0 the no longer used hid_find_field_by_usage()
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/usb/input/hid.h')
-rw-r--r--drivers/usb/input/hid.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/input/hid.h b/drivers/usb/input/hid.h
index 3dae8a949de2..b03fd9b075df 100644
--- a/drivers/usb/input/hid.h
+++ b/drivers/usb/input/hid.h
@@ -516,7 +516,6 @@ void hid_close(struct hid_device *);
int hid_set_field(struct hid_field *, unsigned, __s32);
void hid_submit_report(struct hid_device *, struct hid_report *, unsigned char dir);
void hid_init_reports(struct hid_device *hid);
-struct hid_field *hid_find_field_by_usage(struct hid_device *hid, __u32 wanted_usage, int type);
int hid_wait_io(struct hid_device* hid);