]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: usb: emul: Drop usb_emul_reset()
authorBin Meng <bmeng.cn@gmail.com>
Sun, 1 Oct 2017 13:19:44 +0000 (06:19 -0700)
committerMarek Vasut <marex@denx.de>
Sun, 1 Oct 2017 14:32:51 +0000 (16:32 +0200)
commitad56e4b684a97565cdce15c28df1ccff9032d594
tree9fc449176a17e2e15feeacab94f630aeade070c7
parentad0a9378bf5cc9280e117b7db94b6bfa1b6e8e76
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>
drivers/usb/emul/usb-emul-uclass.c
drivers/usb/host/usb-uclass.c
include/usb.h