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 2ea57691a7ba..cd039c008462 100644
--- a/drivers/usb/storage/usb.c
+++ b/drivers/usb/storage/usb.c
@@ -69,9 +69,6 @@
69#ifdef CONFIG_USB_STORAGE_ONETOUCH 69#ifdef CONFIG_USB_STORAGE_ONETOUCH
70#include "onetouch.h" 70#include "onetouch.h"
71#endif 71#endif
72#ifdef CONFIG_USB_STORAGE_ALAUDA
73#include "alauda.h"
74#endif
75#ifdef CONFIG_USB_STORAGE_KARMA 72#ifdef CONFIG_USB_STORAGE_KARMA
76#include "karma.h" 73#include "karma.h"
77#endif 74#endif
@@ -598,15 +595,6 @@ static void get_transport(struct us_data *us)
598 us->transport_reset = usb_stor_Bulk_reset; 595 us->transport_reset = usb_stor_Bulk_reset;
599 break; 596 break;
600 597
601#ifdef CONFIG_USB_STORAGE_ALAUDA
602 case US_PR_ALAUDA:
603 us->transport_name = "Alauda Control/Bulk";
604 us->transport = alauda_transport;
605 us->transport_reset = usb_stor_Bulk_reset;
606 us->max_lun = 1;
607 break;
608#endif
609
610#ifdef CONFIG_USB_STORAGE_KARMA 598#ifdef CONFIG_USB_STORAGE_KARMA
611 case US_PR_KARMA: 599 case US_PR_KARMA:
612 us->transport_name = "Rio Karma/Bulk"; 600 us->transport_name = "Rio Karma/Bulk";