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)
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>

No differences found