diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2014-03-09 07:52:43 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-03-14 18:30:24 +0400 |
commit | 6fd182028c43baf1c7d017d52b0134ecadbdc447 (patch) | |
tree | b563b33356ab9d8947ff601d8dcc7f7803697570 /drivers/hid/uhid.c | |
parent | e534a9352237e84263cecedff283387b144b3ed8 (diff) | |
download | linux-6fd182028c43baf1c7d017d52b0134ecadbdc447.tar.xz |
HID: remove hid_output_raw_report transport implementations
Nobody calls hid_output_raw_report anymore, and nobody should.
We can now remove the various implementation in the different
transport drivers and the declarations.
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/uhid.c')
-rw-r--r-- | drivers/hid/uhid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hid/uhid.c b/drivers/hid/uhid.c index 60acee422fdc..7ed79be2686a 100644 --- a/drivers/hid/uhid.c +++ b/drivers/hid/uhid.c @@ -400,7 +400,6 @@ static int uhid_dev_create(struct uhid_device *uhid, hid->uniq[63] = 0; hid->ll_driver = &uhid_hid_driver; - hid->hid_output_raw_report = uhid_hid_output_raw; hid->bus = ev->u.create.bus; hid->vendor = ev->u.create.vendor; hid->product = ev->u.create.product; |