From: Nishanth Menon Date: Wed, 12 Mar 2014 21:43:20 +0000 (-0500) Subject: ARM: OMAP4: Fix definition of IS_PM44XX_ERRATUM X-Git-Tag: omap-for-v3.15/fixes-for-merge-window~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07484ca33ef83900f5cfbde075c1a19e5a237aa1;p=pandora-kernel.git ARM: OMAP4: Fix definition of IS_PM44XX_ERRATUM Just like IS_PM34XX_ERRATUM, IS_PM44XX_ERRATUM is valid only if CONFIG_PM is enabled, else, disabling CONFIG_PM results in build failure complaining about the following: arch/arm/mach-omap2/built-in.o: In function `omap4_boot_secondary': :(.text+0x8a70): undefined reference to `pm44xx_errata' Fixes: c962184 (ARM: OMAP4: PM: add errata support) Reported-by: Tony Lindgren Signed-off-by: Nishanth Menon Acked-by: Santosh Shilimkar Acked-by: Kevin Hilman Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed