summaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage
diff options
context:
space:
mode:
authorFelipe Balbi2011-11-15 08:53:40 +0100
committerGreg Kroah-Hartman2011-11-15 19:20:56 +0100
commitce3af89e761b413bef72b49f650fa0ae55f3b6d5 (patch)
tree55f55913b13114697263efe96359a34e5f4d1a3e /drivers/usb/storage
parentusb: storage: sddr55: fix sparse warning (diff)
downloadkernel-qcow2-linux-ce3af89e761b413bef72b49f650fa0ae55f3b6d5.tar.gz
kernel-qcow2-linux-ce3af89e761b413bef72b49f650fa0ae55f3b6d5.tar.xz
kernel-qcow2-linux-ce3af89e761b413bef72b49f650fa0ae55f3b6d5.zip
usb: storage: shuttle_usbat: fix sparse warning
Fix the following sparse warning: | drivers/usb/storage/shuttle_usbat.c:173:22: warning: | symbol 'usbat_usb_ids' was not declared. Should | it be static? Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r--drivers/usb/storage/shuttle_usbat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/shuttle_usbat.c b/drivers/usb/storage/shuttle_usbat.c
index 0b00091d2ae9..7d642c8efed3 100644
--- a/drivers/usb/storage/shuttle_usbat.c
+++ b/drivers/usb/storage/shuttle_usbat.c
@@ -170,7 +170,7 @@ static int init_usbat_flash(struct us_data *us);
{ USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \
.driver_info = (flags)|(USB_US_TYPE_STOR<<24) }
-struct usb_device_id usbat_usb_ids[] = {
+static struct usb_device_id usbat_usb_ids[] = {
# include "unusual_usbat.h"
{ } /* Terminating entry */
};