usbip: remove struct usb_device_id table
authorValentina Manea <valentina.manea.m@gmail.com>
Wed, 20 Aug 2014 04:31:01 +0000 (07:31 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Aug 2014 17:40:58 +0000 (10:40 -0700)
commit3f653c5639500d905815d6cd6964c0de117ba59b
tree49f342b2991b69f497659bc2e493870d65df38e2
parent96c2737716d586a218bc795fcb79d2e2b6003081
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>
drivers/usb/usbip/stub_dev.c