diff options
| author | Tom Rini <[email protected]> | 2024-06-05 10:59:10 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-05 10:59:10 -0600 |
| commit | 4b992573b34b1586e323e27b177680a6efec1c76 (patch) | |
| tree | 0f3a92bed260dfebce7d7866badb125d12fab11c /cmd | |
| parent | c0ea27bccfb7d2d37fd36806ac2a2f7389099420 (diff) | |
| parent | 8f8b4b0833fb8e890d053860ecf1c39d037c8039 (diff) | |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/usb.c | 3 |
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) |
