aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/storage/usb.c')
-rw-r--r--drivers/usb/storage/usb.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c
index e65cbba452b0..238f271d8171 100644
--- a/drivers/usb/storage/usb.c
+++ b/drivers/usb/storage/usb.c
@@ -69,9 +69,6 @@
69#ifdef CONFIG_USB_STORAGE_USBAT 69#ifdef CONFIG_USB_STORAGE_USBAT
70#include "shuttle_usbat.h" 70#include "shuttle_usbat.h"
71#endif 71#endif
72#ifdef CONFIG_USB_STORAGE_SDDR55
73#include "sddr55.h"
74#endif
75#ifdef CONFIG_USB_STORAGE_FREECOM 72#ifdef CONFIG_USB_STORAGE_FREECOM
76#include "freecom.h" 73#include "freecom.h"
77#endif 74#endif
@@ -625,15 +622,6 @@ static void get_transport(struct us_data *us)
625 break; 622 break;
626#endif 623#endif
627 624
628#ifdef CONFIG_USB_STORAGE_SDDR55
629 case US_PR_SDDR55:
630 us->transport_name = "SDDR55";
631 us->transport = sddr55_transport;
632 us->transport_reset = sddr55_reset;
633 us->max_lun = 0;
634 break;
635#endif
636
637#ifdef CONFIG_USB_STORAGE_FREECOM 625#ifdef CONFIG_USB_STORAGE_FREECOM
638 case US_PR_FREECOM: 626 case US_PR_FREECOM:
639 us->transport_name = "Freecom"; 627 us->transport_name = "Freecom";