Skip to content

Commit

Permalink
HID: hid.h: remove unused hid_generic_{init,exit} prototypes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
H Hartley Sweeten authored and Jiri Kosina committed Jan 3, 2013
1 parent 4d02c58 commit d463f47
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/linux/hid.h
Original file line number Diff line number Diff line change
Expand Up @@ -884,9 +884,6 @@ static inline int hid_hw_power(struct hid_device *hdev, int level)
int hid_report_raw_event(struct hid_device *hid, int type, u8 *data, int size,
int interrupt);

extern int hid_generic_init(void);
extern void hid_generic_exit(void);

/* HID quirks API */
u32 usbhid_lookup_quirk(const u16 idVendor, const u16 idProduct);
int usbhid_quirks_init(char **quirks_param);
Expand Down

0 comments on commit d463f47

Please sign in to comment.