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.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c
index 490ea761398c..33cce41a5e8a 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_SDDR09
73#include "sddr09.h"
74#endif
75#ifdef CONFIG_USB_STORAGE_SDDR55 72#ifdef CONFIG_USB_STORAGE_SDDR55
76#include "sddr55.h" 73#include "sddr55.h"
77#endif 74#endif
@@ -631,15 +628,6 @@ static void get_transport(struct us_data *us)
631 break; 628 break;
632#endif 629#endif
633 630
634#ifdef CONFIG_USB_STORAGE_SDDR09
635 case US_PR_EUSB_SDDR09:
636 us->transport_name = "EUSB/SDDR09";
637 us->transport = sddr09_transport;
638 us->transport_reset = usb_stor_CB_reset;
639 us->max_lun = 0;
640 break;
641#endif
642
643#ifdef CONFIG_USB_STORAGE_SDDR55 631#ifdef CONFIG_USB_STORAGE_SDDR55
644 case US_PR_SDDR55: 632 case US_PR_SDDR55:
645 us->transport_name = "SDDR55"; 633 us->transport_name = "SDDR55";
@@ -649,15 +637,6 @@ static void get_transport(struct us_data *us)
649 break; 637 break;
650#endif 638#endif
651 639
652#ifdef CONFIG_USB_STORAGE_DPCM
653 case US_PR_DPCM_USB:
654 us->transport_name = "Control/Bulk-EUSB/SDDR09";
655 us->transport = dpcm_transport;
656 us->transport_reset = usb_stor_CB_reset;
657 us->max_lun = 1;
658 break;
659#endif
660
661#ifdef CONFIG_USB_STORAGE_FREECOM 640#ifdef CONFIG_USB_STORAGE_FREECOM
662 case US_PR_FREECOM: 641 case US_PR_FREECOM:
663 us->transport_name = "Freecom"; 642 us->transport_name = "Freecom";