diff options
author | Tony Lindgren <tony@atomide.com> | 2016-10-17 00:48:32 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-10 12:42:28 -0700 |
commit | 4e37d32fef08e83de330bd8dda2c50aa7db7361a (patch) | |
tree | f64369e79653becc3a5e8e018cb88bbcf645cd33 /arch/arm/mach-omap2/Makefile | |
parent | 602105ed740d89da00ac7cf3842f5ecd52a58461 (diff) | |
download | op-kernel-dev-4e37d32fef08e83de330bd8dda2c50aa7db7361a.zip op-kernel-dev-4e37d32fef08e83de330bd8dda2c50aa7db7361a.tar.gz |
ARM: OMAP2+: Remove legacy usb-musb.c platform init code
This is no longer needed when booted with device tree.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index a53f3c6..231b1e5 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -242,7 +242,6 @@ obj-y += $(omap-flash-y) $(omap-flash-m) omap-hsmmc-$(CONFIG_MMC_OMAP_HS) := hsmmc.o obj-y += $(omap-hsmmc-m) $(omap-hsmmc-y) -obj-y += usb-musb.o obj-y += omap_phy_internal.o obj-$(CONFIG_MACH_OMAP2_TUSB6010) += usb-tusb6010.o |