summaryrefslogtreecommitdiffstats
path: root/common/usb_storage.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-07 15:16:08 -0700
committerSimon Glass <sjg@chromium.org>2016-01-20 19:06:23 -0700
commit4ef7909970bbed5e911f3d5e3d27ecedb80cec0e (patch)
tree1c3e7e58cc98c13149fee6cd4d5edb291b2f6e79 /common/usb_storage.c
parentbb883f824c6ba4e6f530f3214afd9e492604a873 (diff)
downloadblackbird-obmc-uboot-4ef7909970bbed5e911f3d5e3d27ecedb80cec0e.tar.gz
blackbird-obmc-uboot-4ef7909970bbed5e911f3d5e3d27ecedb80cec0e.zip
usb: Define USB_MAX_STOR_DEV in only one place
We can define this in the header file and use it in usb_storage.c. There is no need to define it twice. Remove the #define from usb_storage.c. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'common/usb_storage.c')
-rw-r--r--common/usb_storage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/usb_storage.c b/common/usb_storage.c
index 4fdb55f9fa..8737cf7cea 100644
--- a/common/usb_storage.c
+++ b/common/usb_storage.c
@@ -65,7 +65,6 @@ static const unsigned char us_direction[256/8] = {
static ccb usb_ccb __attribute__((aligned(ARCH_DMA_MINALIGN)));
static __u32 CBWTag;
-#define USB_MAX_STOR_DEV 7
static int usb_max_devs; /* number of highest available usb device */
static block_dev_desc_t usb_dev_desc[USB_MAX_STOR_DEV];
OpenPOWER on IntegriCloud