Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d463f471 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Jiri Kosina
Browse files

HID: hid.h: remove unused hid_generic_{init,exit} prototypes



These functions are not defined. Remove the extern declarations.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 4d02c58e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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);