diff options
Diffstat (limited to 'drivers/uwb/hwa-rc.c')
-rw-r--r-- | drivers/uwb/hwa-rc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/uwb/hwa-rc.c b/drivers/uwb/hwa-rc.c index e7eeb63fab23..2babcd4fbfc1 100644 --- a/drivers/uwb/hwa-rc.c +++ b/drivers/uwb/hwa-rc.c | |||
@@ -53,6 +53,7 @@ | |||
53 | */ | 53 | */ |
54 | #include <linux/init.h> | 54 | #include <linux/init.h> |
55 | #include <linux/module.h> | 55 | #include <linux/module.h> |
56 | #include <linux/slab.h> | ||
56 | #include <linux/usb.h> | 57 | #include <linux/usb.h> |
57 | #include <linux/usb/wusb.h> | 58 | #include <linux/usb/wusb.h> |
58 | #include <linux/usb/wusb-wa.h> | 59 | #include <linux/usb/wusb-wa.h> |
@@ -891,7 +892,7 @@ static int hwarc_post_reset(struct usb_interface *iface) | |||
891 | } | 892 | } |
892 | 893 | ||
893 | /** USB device ID's that we handle */ | 894 | /** USB device ID's that we handle */ |
894 | static struct usb_device_id hwarc_id_table[] = { | 895 | static const struct usb_device_id hwarc_id_table[] = { |
895 | /* D-Link DUB-1210 */ | 896 | /* D-Link DUB-1210 */ |
896 | { USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3d02, 0xe0, 0x01, 0x02), | 897 | { USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3d02, 0xe0, 0x01, 0x02), |
897 | .driver_info = WUSB_QUIRK_WHCI_CMD_EVT }, | 898 | .driver_info = WUSB_QUIRK_WHCI_CMD_EVT }, |