diff options
Diffstat (limited to 'drivers/usb/misc/uss720.c')
-rw-r--r-- | drivers/usb/misc/uss720.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/misc/uss720.c b/drivers/usb/misc/uss720.c index 9a6c27a01793..796e2f68f749 100644 --- a/drivers/usb/misc/uss720.c +++ b/drivers/usb/misc/uss720.c | |||
@@ -49,6 +49,7 @@ | |||
49 | #include <linux/delay.h> | 49 | #include <linux/delay.h> |
50 | #include <linux/completion.h> | 50 | #include <linux/completion.h> |
51 | #include <linux/kref.h> | 51 | #include <linux/kref.h> |
52 | #include <linux/slab.h> | ||
52 | 53 | ||
53 | /* | 54 | /* |
54 | * Version Information | 55 | * Version Information |
@@ -770,7 +771,7 @@ static void uss720_disconnect(struct usb_interface *intf) | |||
770 | } | 771 | } |
771 | 772 | ||
772 | /* table of cables that work through this driver */ | 773 | /* table of cables that work through this driver */ |
773 | static struct usb_device_id uss720_table [] = { | 774 | static const struct usb_device_id uss720_table[] = { |
774 | { USB_DEVICE(0x047e, 0x1001) }, | 775 | { USB_DEVICE(0x047e, 0x1001) }, |
775 | { USB_DEVICE(0x0557, 0x2001) }, | 776 | { USB_DEVICE(0x0557, 0x2001) }, |
776 | { USB_DEVICE(0x0729, 0x1284) }, | 777 | { USB_DEVICE(0x0729, 0x1284) }, |