diff options
Diffstat (limited to 'common/usb.c')
-rw-r--r-- | common/usb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common/usb.c b/common/usb.c index 7ff8ac5df3..4ddf98f8a7 100644 --- a/common/usb.c +++ b/common/usb.c @@ -911,8 +911,7 @@ __weak int usb_alloc_device(struct usb_device *udev) } #endif /* !CONFIG_DM_USB */ -#ifndef CONFIG_DM_USB -int usb_legacy_port_reset(struct usb_device *hub, int portnr) +static int usb_legacy_port_reset(struct usb_device *hub, int portnr) { if (hub) { unsigned short portstatus; @@ -930,7 +929,6 @@ int usb_legacy_port_reset(struct usb_device *hub, int portnr) return 0; } -#endif static int get_descriptor_len(struct usb_device *dev, int len, int expect_len) { |