From: Paul Bolle Date: Thu, 30 May 2013 11:20:23 +0000 (+0200) Subject: ARM: OMAP2+: Remove obsolete Makefile line X-Git-Tag: v3.11-rc1~12^2~3^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9847bd481084249b30308776ecf660b486a6c3d8;p=platform%2Fupstream%2Fkernel-adaptation-pc.git ARM: OMAP2+: Remove obsolete Makefile line The OMAP runtime PM implementation was removed in v3.0. But one Makefile line, which was used to tweak CFLAGS, was overlooked. Remove it too. Signed-off-by: Paul Bolle Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index ea5a27f..d4f6715 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -95,10 +95,6 @@ obj-$(CONFIG_POWER_AVS_OMAP_CLASS3) += smartreflex-class3.o AFLAGS_sleep24xx.o :=-Wa,-march=armv6 AFLAGS_sleep34xx.o :=-Wa,-march=armv7-a$(plus_sec) -ifeq ($(CONFIG_PM_VERBOSE),y) -CFLAGS_pm_bus.o += -DDEBUG -endif - endif ifeq ($(CONFIG_CPU_IDLE),y)