summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/iuu_phoenix.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-02-24 18:42:29 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2010-02-24 18:42:29 +1100
commitcfb7cc4a46f95413eb9c3ea364ec350ab33fad5a (patch)
tree26c9fe1ca06a5ccdd358b78ccbcb803b900070bb /drivers/usb/serial/iuu_phoenix.c
parent64c6a00f57d1b0a5d2b5503366f34554a6f64492 (diff)
parent8c741e04e54312b3cf1404a44e3c7460257d58cc (diff)
Merge branch 'quilt/usb'
Conflicts: drivers/usb/early/ehci-dbgp.c
Diffstat (limited to 'drivers/usb/serial/iuu_phoenix.c')
-rw-r--r--drivers/usb/serial/iuu_phoenix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/iuu_phoenix.c b/drivers/usb/serial/iuu_phoenix.c
index e6e02b178d2b..43f13cf2f016 100644
--- a/drivers/usb/serial/iuu_phoenix.c
+++ b/drivers/usb/serial/iuu_phoenix.c
@@ -43,7 +43,7 @@ static int debug;
#define DRIVER_VERSION "v0.11"
#define DRIVER_DESC "Infinity USB Unlimited Phoenix driver"
-static struct usb_device_id id_table[] = {
+static const struct usb_device_id id_table[] = {
{USB_DEVICE(IUU_USB_VENDOR_ID, IUU_USB_PRODUCT_ID)},
{} /* Terminating entry */
};