kernel/drivers/usb/musb/Makefile
.. .. @@ -26,9 +26,6 @@ 26 26 obj-$(CONFIG_USB_MUSB_SUNXI) += sunxi.o 27 27 obj-$(CONFIG_USB_MUSB_MEDIATEK) += mediatek.o 28 28 29 -30 -obj-$(CONFIG_USB_MUSB_AM335X_CHILD) += musb_am335x.o31 -32 29 # the kconfig must guarantee that only one of the 33 30 # possible I/O schemes will be enabled at a time ... 34 31 # PIO only, or DMA (several potential schemes).