diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2012-12-17 17:27:33 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-01-03 04:27:31 -0500 |
commit | d463f4719a2fa883bc0bb1fb67e6fea2307aa6df (patch) | |
tree | 25eacc6279111d8beece40165ed04bc9a6dd46ef /include/linux | |
parent | 4d02c58eb1f19433cb852b2bde41c44849691614 (diff) |
HID: hid.h: remove unused hid_generic_{init,exit} prototypes
These functions are not defined. Remove the extern declarations.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux')
-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 d6c71a674310..828726c70503 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -884,9 +884,6 @@ static inline int hid_hw_power(struct hid_device *hdev, int level) | |||
884 | int hid_report_raw_event(struct hid_device *hid, int type, u8 *data, int size, | 884 | int hid_report_raw_event(struct hid_device *hid, int type, u8 *data, int size, |
885 | int interrupt); | 885 | int interrupt); |
886 | 886 | ||
887 | extern int hid_generic_init(void); | ||
888 | extern void hid_generic_exit(void); | ||
889 | |||
890 | /* HID quirks API */ | 887 | /* HID quirks API */ |
891 | u32 usbhid_lookup_quirk(const u16 idVendor, const u16 idProduct); | 888 | u32 usbhid_lookup_quirk(const u16 idVendor, const u16 idProduct); |
892 | int usbhid_quirks_init(char **quirks_param); | 889 | int usbhid_quirks_init(char **quirks_param); |