diff options
author | Tony Lindgren <tony@atomide.com> | 2016-10-17 10:44:45 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-10 22:41:32 +0300 |
commit | 9080b8dc761aa1f0ab112fd2aa9ce33572a11e25 (patch) | |
tree | 3996f7f73b7d30da863abccc2a508d865c38cf6f /arch/arm/mach-omap2/Makefile | |
parent | 0d07c1cba36e58033c502e29ddb65d2c9a51fcab (diff) | |
download | linux-9080b8dc761aa1f0ab112fd2aa9ce33572a11e25.tar.xz |
ARM: OMAP2+: Remove legacy usb-host.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 221ec1dd4814..a53f3c61c74f 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -246,7 +246,6 @@ obj-y += usb-musb.o obj-y += omap_phy_internal.o obj-$(CONFIG_MACH_OMAP2_TUSB6010) += usb-tusb6010.o -obj-y += usb-host.o onenand-$(CONFIG_MTD_ONENAND_OMAP2) := gpmc-onenand.o obj-y += $(onenand-m) $(onenand-y) |