diff options
Diffstat (limited to 'drivers/usb/storage/sddr09.c')
| -rw-r--r-- | drivers/usb/storage/sddr09.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/sddr09.c b/drivers/usb/storage/sddr09.c index 83ee49e737bd..425df7df2e56 100644 --- a/drivers/usb/storage/sddr09.c +++ b/drivers/usb/storage/sddr09.c | |||
| @@ -71,7 +71,7 @@ static int usb_stor_sddr09_init(struct us_data *us); | |||
| 71 | { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \ | 71 | { USB_DEVICE_VER(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax), \ |
| 72 | .driver_info = (flags)|(USB_US_TYPE_STOR<<24) } | 72 | .driver_info = (flags)|(USB_US_TYPE_STOR<<24) } |
| 73 | 73 | ||
| 74 | struct usb_device_id sddr09_usb_ids[] = { | 74 | static struct usb_device_id sddr09_usb_ids[] = { |
| 75 | # include "unusual_sddr09.h" | 75 | # include "unusual_sddr09.h" |
| 76 | { } /* Terminating entry */ | 76 | { } /* Terminating entry */ |
| 77 | }; | 77 | }; |
