diff options
| author | David Herrmann <dh.herrmann@gmail.com> | 2013-07-15 13:10:10 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2013-07-31 04:24:08 -0400 |
| commit | ddf64a3c03d4d68431146a0f1622844cc6cb6c22 (patch) | |
| tree | 00bd77df13d86adce4d9c17d51a68fd4dfae1a44 /include/linux | |
| parent | 3366dd9fa887ebbda4872e9554f853eaeda764be (diff) | |
HID: usbhid: make usbhid_set_leds() static
usbhid_set_leds() is only used inside of usbhid/hid-core.c so no need to
export it.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/hid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index 0c48991b0402..b8058c5c5594 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
| @@ -989,7 +989,6 @@ int hid_report_raw_event(struct hid_device *hid, int type, u8 *data, int size, | |||
| 989 | u32 usbhid_lookup_quirk(const u16 idVendor, const u16 idProduct); | 989 | u32 usbhid_lookup_quirk(const u16 idVendor, const u16 idProduct); |
| 990 | int usbhid_quirks_init(char **quirks_param); | 990 | int usbhid_quirks_init(char **quirks_param); |
| 991 | void usbhid_quirks_exit(void); | 991 | void usbhid_quirks_exit(void); |
| 992 | void usbhid_set_leds(struct hid_device *hid); | ||
| 993 | 992 | ||
| 994 | #ifdef CONFIG_HID_PID | 993 | #ifdef CONFIG_HID_PID |
| 995 | int hid_pidff_init(struct hid_device *hid); | 994 | int hid_pidff_init(struct hid_device *hid); |
