summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-02 21:11:38 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-14 17:03:42 +0900
commit75d297ec1f25ad02b29434cc9a036f39ab3cb0ba (patch)
treed0d2a992580821f166c5162a5ac56fff69d0e7e5 /drivers/usb/host/Makefile
parentcd0847fe63e5ec669a497a5cfcb85de33ce6a0d8 (diff)
downloadblackbird-obmc-uboot-75d297ec1f25ad02b29434cc9a036f39ab3cb0ba.tar.gz
blackbird-obmc-uboot-75d297ec1f25ad02b29434cc9a036f39ab3cb0ba.zip
usb: remove UniPhier EHCI driver
Now, all this driver does can be covered by the generic EHCI driver (drivers/usb/host/ehci-generic.c). UniPhier SoCs have switched to use it. Delete this driver rather than bothering to convert it to Driver Model. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r--drivers/usb/host/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile
index 6183b80c75..9a87d2bf62 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -47,7 +47,6 @@ obj-$(CONFIG_USB_EHCI_PCI) += ehci-pci.o
obj-$(CONFIG_USB_EHCI_SPEAR) += ehci-spear.o
obj-$(CONFIG_USB_EHCI_SUNXI) += ehci-sunxi.o
obj-$(CONFIG_USB_EHCI_TEGRA) += ehci-tegra.o
-obj-$(CONFIG_USB_EHCI_UNIPHIER) += ehci-uniphier.o
obj-$(CONFIG_USB_EHCI_VCT) += ehci-vct.o
obj-$(CONFIG_USB_EHCI_VF) += ehci-vf.o
obj-$(CONFIG_USB_EHCI_RMOBILE) += ehci-rmobile.o
OpenPOWER on IntegriCloud