mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
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>
This commit is contained in:
@@ -65,7 +65,6 @@ static const unsigned char us_direction[256/8] = {
|
|||||||
static ccb usb_ccb __attribute__((aligned(ARCH_DMA_MINALIGN)));
|
static ccb usb_ccb __attribute__((aligned(ARCH_DMA_MINALIGN)));
|
||||||
static __u32 CBWTag;
|
static __u32 CBWTag;
|
||||||
|
|
||||||
#define USB_MAX_STOR_DEV 7
|
|
||||||
static int usb_max_devs; /* number of highest available usb device */
|
static int usb_max_devs; /* number of highest available usb device */
|
||||||
|
|
||||||
static block_dev_desc_t usb_dev_desc[USB_MAX_STOR_DEV];
|
static block_dev_desc_t usb_dev_desc[USB_MAX_STOR_DEV];
|
||||||
|
Reference in New Issue
Block a user