summaryrefslogtreecommitdiff
path: root/drivers/usb/otg/Makefile
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2013-03-07 12:45:56 +0400
committerFelipe Balbi <balbi@ti.com>2013-03-18 13:18:03 +0400
commit7009bdd7f31ed6e769af0f76e2368bb6033be572 (patch)
tree77937b38a3e34edce74c966695849bf528575271 /drivers/usb/otg/Makefile
parent42c0bf1ce7c067bbc3e77d5626f102a16bc4fb6b (diff)
downloadlinux-7009bdd7f31ed6e769af0f76e2368bb6033be572.tar.xz
usb: otg: move usb_otg_state_string to usb-common.c
otg.c only had a single function definition which might make more sense to be placed in usb-common.c. While doing that, we also delete otg.c since it's now empty. Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/otg/Makefile')
-rw-r--r--drivers/usb/otg/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/otg/Makefile b/drivers/usb/otg/Makefile
index a844b8d35d14..6abc45388e24 100644
--- a/drivers/usb/otg/Makefile
+++ b/drivers/usb/otg/Makefile
@@ -5,9 +5,6 @@
ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
ccflags-$(CONFIG_USB_GADGET_DEBUG) += -DDEBUG
-# infrastructure
-obj-$(CONFIG_USB_OTG_UTILS) += otg.o
-
# transceiver drivers
obj-$(CONFIG_USB_GPIO_VBUS) += gpio_vbus.o
obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o