aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMing Lei <tom.leiming@gmail.com>2008-06-08 16:44:40 +0800
committerGreg Kroah-Hartman <gregkh@suse.de>2008-07-21 15:16:30 -0700
commitbef4665a2e5145737fa925a5a1a7a8afd1b91acc (patch)
tree092d6e24d218599cec7c73164f02eb6d2b7fc650 /drivers
parentUSB: host: mark const variable tables as "const" (diff)
downloadlinux-dev-bef4665a2e5145737fa925a5a1a7a8afd1b91acc.tar.xz
linux-dev-bef4665a2e5145737fa925a5a1a7a8afd1b91acc.zip
USB: uhci: mark root_hub_hub_des[] as const
mark this array as const because it is read-only Signed-off-by: Ming Lei <tom.leiming@gmail.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/host/uhci-hub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/uhci-hub.c b/drivers/usb/host/uhci-hub.c
index 8e4427aebb14..885b585360b9 100644
--- a/drivers/usb/host/uhci-hub.c
+++ b/drivers/usb/host/uhci-hub.c
@@ -12,7 +12,7 @@
* (C) Copyright 2004 Alan Stern, stern@rowland.harvard.edu
*/
-static __u8 root_hub_hub_des[] =
+static const __u8 root_hub_hub_des[] =
{
0x09, /* __u8 bLength; */
0x29, /* __u8 bDescriptorType; Hub-descriptor */