commit | 3f653c5639500d905815d6cd6964c0de117ba59b | [log] [tgz] |
---|---|---|
author | Valentina Manea <valentina.manea.m@gmail.com> | Wed Aug 20 07:31:01 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 25 10:40:58 2014 -0700 |
tree | 49f342b2991b69f497659bc2e493870d65df38e2 | |
parent | 96c2737716d586a218bc795fcb79d2e2b6003081 [diff] |
usbip: remove struct usb_device_id table This was used back when usbip-host was an interface device driver; after the conversion to device driver, the table remained unused. Remove it in order to stop receiving a warning about it. Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>