diff options
author | Tony Lindgren <tony@atomide.com> | 2017-05-31 15:51:31 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-06-08 02:57:27 -0700 |
commit | 7bd6934477413753eacbcab8aeb2df7eb84f2867 (patch) | |
tree | 6c3d1f1e4ee3bb026c285fd47db188e367521c13 /arch/arm/mach-omap2/Makefile | |
parent | 99b3587debacd24b30ecfae5ae59ed7a5070528b (diff) | |
download | op-kernel-dev-7bd6934477413753eacbcab8aeb2df7eb84f2867.zip op-kernel-dev-7bd6934477413753eacbcab8aeb2df7eb84f2867.tar.gz |
ARM: OMAP2+: Remove unused legacy code for PMU
We are now booting all mach-omap2 in device tree only mode.
Any code that is only called in legacy boot mode where
of_have_populated_dt() is not set is safe to remove now.
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index deb6c33..779fb1f 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -219,9 +219,6 @@ obj-$(CONFIG_ARCH_OMAP4) += omap_hwmod_44xx_data.o obj-$(CONFIG_SOC_OMAP5) += omap_hwmod_54xx_data.o obj-$(CONFIG_SOC_DRA7XX) += omap_hwmod_7xx_data.o -# EMU peripherals -obj-$(CONFIG_HW_PERF_EVENTS) += pmu.o - # OMAP2420 MSDI controller integration support ("MMC") obj-$(CONFIG_SOC_OMAP2420) += msdi.o |