diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-10-01 06:19:44 -0700 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-10-01 16:32:51 +0200 |
commit | ad56e4b684a97565cdce15c28df1ccff9032d594 (patch) | |
tree | 9fc449176a17e2e15feeacab94f630aeade070c7 /include | |
parent | ad0a9378bf5cc9280e117b7db94b6bfa1b6e8e76 (diff) | |
download | u-boot-ad56e4b684a97565cdce15c28df1ccff9032d594.tar.gz |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/usb.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/usb.h b/include/usb.h index 3766514635..57a7d8d0ea 100644 --- a/include/usb.h +++ b/include/usb.h @@ -1067,14 +1067,6 @@ 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 * * This shows a list of active USB devices along with basic information about |