diff options
author | Felipe Balbi <balbi@ti.com> | 2013-03-07 11:01:15 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-03-18 11:18:04 +0200 |
commit | a0e631235a04f8a815a1ecec93ef418f7d1e6086 (patch) | |
tree | 448db1daeeab6801efdedf77e25823ee27a403c8 /drivers/usb/Makefile | |
parent | 110ff6d04162a8a3b288019eaf84dee0800270e0 (diff) | |
download | linux-a0e631235a04f8a815a1ecec93ef418f7d1e6086.tar.gz linux-a0e631235a04f8a815a1ecec93ef418f7d1e6086.tar.bz2 linux-a0e631235a04f8a815a1ecec93ef418f7d1e6086.zip |
usb: phy: move all PHY drivers to drivers/usb/phy/
that's a much more reasonable location for
those drivers. It helps us saving drivers/usb/otg/
for when we actually start adding generic OTG
code.
Also completely delete drivers/usb/otg/ as there's
nothing left there.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r-- | drivers/usb/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index 8f5ebced5df0..860306b14392 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile @@ -6,8 +6,6 @@ obj-$(CONFIG_USB) += core/ -obj-$(CONFIG_USB_OTG_UTILS) += otg/ - obj-$(CONFIG_USB_DWC3) += dwc3/ obj-$(CONFIG_USB_MON) += mon/ |