Skip to content

Commit 4baa550

Browse files
liubiingregkh
authored andcommitted
usb: musb: remove dummy driver musb_am335x.c
Since commit 0782e85 ("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 <[email protected]> Signed-off-by: Bin Liu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 1ea1859 commit 4baa550

File tree

3 files changed

+0
-51
lines changed

3 files changed

+0
-51
lines changed

drivers/usb/musb/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ config USB_MUSB_AM35X
101101

102102
config USB_MUSB_DSPS
103103
tristate "TI DSPS platforms"
104-
select USB_MUSB_AM335X_CHILD
105104
depends on ARCH_OMAP2PLUS || COMPILE_TEST
106105
depends on OF_IRQ
107106

@@ -122,9 +121,6 @@ config USB_MUSB_MEDIATEK
122121
depends on GENERIC_PHY
123122
select USB_ROLE_SWITCH
124123

125-
config USB_MUSB_AM335X_CHILD
126-
tristate
127-
128124
comment "MUSB DMA mode"
129125

130126
config MUSB_PIO_ONLY

drivers/usb/musb/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ obj-$(CONFIG_USB_MUSB_JZ4740) += jz4740.o
2626
obj-$(CONFIG_USB_MUSB_SUNXI) += sunxi.o
2727
obj-$(CONFIG_USB_MUSB_MEDIATEK) += mediatek.o
2828

29-
30-
obj-$(CONFIG_USB_MUSB_AM335X_CHILD) += musb_am335x.o
31-
3229
# the kconfig must guarantee that only one of the
3330
# possible I/O schemes will be enabled at a time ...
3431
# PIO only, or DMA (several potential schemes).

drivers/usb/musb/musb_am335x.c

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)