mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
dm: usb: emul: Drop usb_emul_reset()
With the root hub unbinding in usb_stop(), there is no need to do a Sandbox-specific reset operation. usb_emul_reset() is no longer used anywhere, drop it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
@ -1066,14 +1066,6 @@ int usb_emul_find_for_dev(struct udevice *dev, struct udevice **emulp);
|
||||
struct usb_generic_descriptor **usb_emul_find_descriptor(
|
||||
struct usb_generic_descriptor **ptr, int type, int index);
|
||||
|
||||
/**
|
||||
* usb_emul_reset() - Reset all emulators ready for use
|
||||
*
|
||||
* Clear out any address information in the emulators and make then ready for
|
||||
* a new USB scan
|
||||
*/
|
||||
void usb_emul_reset(struct udevice *dev);
|
||||
|
||||
/**
|
||||
* usb_show_tree() - show the USB device tree
|
||||
*
|
||||
|
Reference in New Issue
Block a user