summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-06-05 10:59:10 -0600
committerTom Rini <trini@konsulko.com>2024-06-05 10:59:10 -0600
commit4b992573b34b1586e323e27b177680a6efec1c76 (patch)
tree0f3a92bed260dfebce7d7866badb125d12fab11c
parentc0ea27bccfb7d2d37fd36806ac2a2f7389099420 (diff)
parent8f8b4b0833fb8e890d053860ecf1c39d037c8039 (diff)
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb
-rw-r--r--cmd/usb.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/usb.c b/cmd/usb.c
index 23253f22231..8ddda5a0d89 100644
--- a/cmd/usb.c
+++ b/cmd/usb.c
@@ -26,9 +26,6 @@
#ifdef CONFIG_USB_STORAGE
static int usb_stor_curr_dev = -1; /* current device */
#endif
-#if defined(CONFIG_USB_HOST_ETHER) && !defined(CONFIG_DM_ETH)
-static int __maybe_unused usb_ether_curr_dev = -1; /* current ethernet device */
-#endif
/* some display routines (info command) */
static char *usb_get_class_desc(unsigned char dclass)