X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fusb%2Fstorage%2Fonetouch.c;h=d75155c382000c52831d9dfb9553dbc49eccf4e0;hb=37cfc3f67db9f2d907f6bfcfae590cdbbef623e8;hp=721c8c587305825759ee4fb75260811407b7ccda;hpb=48fa57ac2c30a8a0b770b7ad50b4b30c1d12f005;p=~andy%2Flinux diff --git a/drivers/usb/storage/onetouch.c b/drivers/usb/storage/onetouch.c index 721c8c58730..d75155c3820 100644 --- a/drivers/usb/storage/onetouch.c +++ b/drivers/usb/storage/onetouch.c @@ -69,7 +69,7 @@ struct usb_onetouch { { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \ .driver_info = (flags)|(USB_US_TYPE_STOR<<24) } -struct usb_device_id onetouch_usb_ids[] = { +static struct usb_device_id onetouch_usb_ids[] = { # include "unusual_onetouch.h" { } /* Terminating entry */ };