diff options
| author | Tom Rini <[email protected]> | 2024-06-24 13:34:52 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-24 13:34:52 -0600 |
| commit | a7eada24327a40f7ef6c55c220e119839c9d4227 (patch) | |
| tree | efbea0c3cb6845fe9b5841b100c2770a60cb3f68 /cmd/usb.c | |
| parent | d3c610fa462a76880845920e7c535133a264448a (diff) | |
| parent | 9e9f78f7aa0124ef0e622532043acf87e84008dc (diff) | |
Merge tag 'v2024.07-rc5' into next
Prepare v2024.07-rc5
Diffstat (limited to 'cmd/usb.c')
| -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 3a3764a5b86..225d9291765 100644 --- a/cmd/usb.c +++ b/cmd/usb.c @@ -25,9 +25,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) |
