From: Mohammed, Afzal Date: Mon, 24 Jun 2013 08:13:45 +0000 (+0000) Subject: ARM: OMAP2+: AM43x: resolve SMP related build error X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~71^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22fe3b89695d0d53ed7f7ccd295b7063dfec42d3;p=pandora-kernel.git ARM: OMAP2+: AM43x: resolve SMP related build error If AM43x and SMP is selected, OMAP4 & OMAP5 deselected, build error as follows, arch/arm/mach-omap2/built-in.o: In function `scu_gp_set': arch/arm/mach-omap2/sleep44xx.S:131: undefined reference to `omap4_get_scu_base' arch/arm/mach-omap2/sleep44xx.S:132: undefined reference to `scu_power_mode' arch/arm/mach-omap2/built-in.o: In function `scu_gp_clear': arch/arm/mach-omap2/sleep44xx.S:227: undefined reference to `omap4_get_scu_base' arch/arm/mach-omap2/sleep44xx.S:229: undefined reference to `scu_power_mode' Resolve it by building sleep44xx.S only for OMAP4 & OMAP5. Signed-off-by: Afzal Mohammed Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed