diff options
author | Tony Lindgren <tony@atomide.com> | 2017-06-01 01:51:29 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-06-08 12:57:16 +0300 |
commit | 99b3587debacd24b30ecfae5ae59ed7a5070528b (patch) | |
tree | 6c7baee307ab25daaaf5bf28178a12ab9f932f18 /arch/arm/mach-omap2/Makefile | |
parent | 8d39ff3d1696f7c6122500e21016f6837984ad8b (diff) | |
download | linux-99b3587debacd24b30ecfae5ae59ed7a5070528b.tar.xz |
ARM: OMAP2+: Remove unused legacy code for opp
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.
Note that the volt_data is still being used.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index c89757abb0ae..deb6c33a7bd0 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -69,7 +69,6 @@ obj-$(CONFIG_ARCH_OMAP2) += sdrc2xxx.o # OPP table initialization ifeq ($(CONFIG_PM_OPP),y) -obj-y += opp.o obj-$(CONFIG_ARCH_OMAP3) += opp3xxx_data.o obj-$(CONFIG_ARCH_OMAP4) += opp4xxx_data.o endif |