aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/Makefile
diff options
context:
space:
mode:
authorBin Liu <b-liu@ti.com>2020-01-15 07:25:47 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-15 14:47:00 +0100
commit4baa550ecc86693106493bd92382e0edb8caf64d (patch)
tree0190ac92cd3af0d4630b0cc3e3b3a1129a530eba /drivers/usb/musb/Makefile
parentusb: musb: davinci: Convert to use GPIO descriptor (diff)
downloadlinux-dev-4baa550ecc86693106493bd92382e0edb8caf64d.tar.xz
linux-dev-4baa550ecc86693106493bd92382e0edb8caf64d.zip
usb: musb: remove dummy driver musb_am335x.c
Since commit 0782e8572ce4 ("ARM: dts: Probe am335x musb with ti-sysc"), the dummy driver musb_am335x.c is no longer needed, let's drop it. Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Bin Liu <b-liu@ti.com> Link: https://lore.kernel.org/r/20200115132547.364-26-b-liu@ti.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/musb/Makefile')
-rw-r--r--drivers/usb/musb/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile
index 63d82d0fab67..932247360a9f 100644
--- a/drivers/usb/musb/Makefile
+++ b/drivers/usb/musb/Makefile
@@ -26,9 +26,6 @@ obj-$(CONFIG_USB_MUSB_JZ4740) += jz4740.o
obj-$(CONFIG_USB_MUSB_SUNXI) += sunxi.o
obj-$(CONFIG_USB_MUSB_MEDIATEK) += mediatek.o
-
-obj-$(CONFIG_USB_MUSB_AM335X_CHILD) += musb_am335x.o
-
# the kconfig must guarantee that only one of the
# possible I/O schemes will be enabled at a time ...
# PIO only, or DMA (several potential schemes).