diff options
Diffstat (limited to 'drivers/usb/storage/usb.c')
-rw-r--r-- | drivers/usb/storage/usb.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c index 241e1944cf10..3ad22a8142cc 100644 --- a/drivers/usb/storage/usb.c +++ b/drivers/usb/storage/usb.c | |||
@@ -66,9 +66,6 @@ | |||
66 | #include "debug.h" | 66 | #include "debug.h" |
67 | #include "initializers.h" | 67 | #include "initializers.h" |
68 | 68 | ||
69 | #ifdef CONFIG_USB_STORAGE_USBAT | ||
70 | #include "shuttle_usbat.h" | ||
71 | #endif | ||
72 | #ifdef CONFIG_USB_STORAGE_FREECOM | 69 | #ifdef CONFIG_USB_STORAGE_FREECOM |
73 | #include "freecom.h" | 70 | #include "freecom.h" |
74 | #endif | 71 | #endif |
@@ -610,15 +607,6 @@ static void get_transport(struct us_data *us) | |||
610 | us->transport_reset = usb_stor_Bulk_reset; | 607 | us->transport_reset = usb_stor_Bulk_reset; |
611 | break; | 608 | break; |
612 | 609 | ||
613 | #ifdef CONFIG_USB_STORAGE_USBAT | ||
614 | case US_PR_USBAT: | ||
615 | us->transport_name = "Shuttle USBAT"; | ||
616 | us->transport = usbat_transport; | ||
617 | us->transport_reset = usb_stor_CB_reset; | ||
618 | us->max_lun = 1; | ||
619 | break; | ||
620 | #endif | ||
621 | |||
622 | #ifdef CONFIG_USB_STORAGE_FREECOM | 610 | #ifdef CONFIG_USB_STORAGE_FREECOM |
623 | case US_PR_FREECOM: | 611 | case US_PR_FREECOM: |
624 | us->transport_name = "Freecom"; | 612 | us->transport_name = "Freecom"; |