diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-06-07 09:59:32 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-06-08 14:56:09 +0300 |
commit | 9a83563fb3f926cbf0d5992d5c70d760c445ba09 (patch) | |
tree | 1e30ec96a2628fee9a1ada2641f7c68103372982 /drivers/hid/usbhid/usbhid.h | |
parent | d36b7d4c271b2f93127e7e7cc007b5768a296594 (diff) | |
download | linux-9a83563fb3f926cbf0d5992d5c70d760c445ba09.tar.xz |
HID: hiddev: use hid_hw_power instead of usbhid_get/put_power
Instead of calling into usbhid code directly, let's use the standard
accessors for the transport HID drivers, and stop clobbering their error
codes with -EIO.
This also allows us to remove usbhid_get/put_power(), leaving only
usbhid_power().
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/usbhid/usbhid.h')
-rw-r--r-- | drivers/hid/usbhid/usbhid.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hid/usbhid/usbhid.h b/drivers/hid/usbhid/usbhid.h index 83ef5c14aa92..ffcd329b3c3b 100644 --- a/drivers/hid/usbhid/usbhid.h +++ b/drivers/hid/usbhid/usbhid.h @@ -35,8 +35,6 @@ /* API provided by hid-core.c for USB HID drivers */ void usbhid_init_reports(struct hid_device *hid); -int usbhid_get_power(struct hid_device *hid); -void usbhid_put_power(struct hid_device *hid); struct usb_interface *usbhid_find_interface(int minor); /* iofl flags */ |