]> Git Repo - J-u-boot.git/commit
usb: replace ehci_*_remove() with usb_deregister()
authorMasahiro Yamada <[email protected]>
Tue, 6 Sep 2016 13:17:34 +0000 (22:17 +0900)
committerTom Rini <[email protected]>
Fri, 23 Sep 2016 21:53:46 +0000 (17:53 -0400)
commit4052734273668e5f8fbe6ae8c85dd043514a38eb
tree47f0a4554dbb6695ae8795579b3689a5fdf0f873
parent720873bf428db0859ebbcf6b86ed510688b4e0b8
usb: replace ehci_*_remove() with usb_deregister()

The remove callbacks of EHCI drivers are often just a wrapper of
ehci_deregister.

Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Stephen Warren <[email protected]>
drivers/usb/host/ehci-atmel.c
drivers/usb/host/ehci-fsl.c
drivers/usb/host/ehci-generic.c
drivers/usb/host/ehci-marvell.c
drivers/usb/host/ehci-mx6.c
drivers/usb/host/ehci-pci.c
drivers/usb/host/ehci-tegra.c
drivers/usb/host/ehci-zynq.c
This page took 0.035148 seconds and 4 git commands to generate.