diff options
Diffstat (limited to 'drivers/usb/storage/usb.c')
-rw-r--r-- | drivers/usb/storage/usb.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c index 238f271d8171..241e1944cf10 100644 --- a/drivers/usb/storage/usb.c +++ b/drivers/usb/storage/usb.c | |||
@@ -87,9 +87,6 @@ | |||
87 | #ifdef CONFIG_USB_STORAGE_KARMA | 87 | #ifdef CONFIG_USB_STORAGE_KARMA |
88 | #include "karma.h" | 88 | #include "karma.h" |
89 | #endif | 89 | #endif |
90 | #ifdef CONFIG_USB_STORAGE_CYPRESS_ATACB | ||
91 | #include "cypress_atacb.h" | ||
92 | #endif | ||
93 | #include "sierra_ms.h" | 90 | #include "sierra_ms.h" |
94 | #include "option_ms.h" | 91 | #include "option_ms.h" |
95 | 92 | ||
@@ -705,14 +702,6 @@ static void get_protocol(struct us_data *us) | |||
705 | us->protocol_name = "Uniform Floppy Interface (UFI)"; | 702 | us->protocol_name = "Uniform Floppy Interface (UFI)"; |
706 | us->proto_handler = usb_stor_ufi_command; | 703 | us->proto_handler = usb_stor_ufi_command; |
707 | break; | 704 | break; |
708 | |||
709 | #ifdef CONFIG_USB_STORAGE_CYPRESS_ATACB | ||
710 | case US_SC_CYP_ATACB: | ||
711 | us->protocol_name = "Transparent SCSI with Cypress ATACB"; | ||
712 | us->proto_handler = cypress_atacb_passthrough; | ||
713 | break; | ||
714 | #endif | ||
715 | |||
716 | } | 705 | } |
717 | } | 706 | } |
718 | 707 | ||