diff options
Diffstat (limited to 'common/usb_storage.c')
-rw-r--r-- | common/usb_storage.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/usb_storage.c b/common/usb_storage.c index a79ed2e23a4..ac331f1c1b0 100644 --- a/common/usb_storage.c +++ b/common/usb_storage.c @@ -31,7 +31,6 @@ * only been tested with USB memory sticks. */ - #include <blk.h> #include <bootdev.h> #include <command.h> @@ -352,7 +351,6 @@ static int usb_stor_irq(struct usb_device *dev) return 0; } - #ifdef DEBUG static void usb_show_srb(struct scsi_cmd *pccb) @@ -664,7 +662,6 @@ static int usb_stor_CB_comdat(struct scsi_cmd *srb, struct us_data *us) return result; } - static int usb_stor_CBI_get_status(struct scsi_cmd *srb, struct us_data *us) { int timeout; @@ -1116,7 +1113,6 @@ static int usb_write_10(struct scsi_cmd *srb, struct us_data *ss, return ss->transport(srb, ss); } - #ifdef CONFIG_USB_BIN_FIXUP /* * Some USB storage devices queried for SCSI identification data respond with |