From: Arnd Bergmann Date: Thu, 3 Jul 2014 14:16:06 +0000 (+0200) Subject: ARM: imx: imx6sx uses imx6q cpuidle code X-Git-Tag: cleanup-for-v3.18~81^2~22^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=918fb15d70f9749de3e37c0e4c606ed0adb0f63f;p=pandora-kernel.git ARM: imx: imx6sx uses imx6q cpuidle code Building a kernel for imx6sx but without imx6q support results in this link error because of the missing cpuidle driver: arch/arm/mach-imx/built-in.o: In function `imx6sx_init_late'::(.init.text+0xc228): undefined reference to `imx6q_cpuidle_init' This patch adds a Makefile entry so we always build support for the imx6q_cpuidle code when at least one of the 6sx or 6q variants are enabled. Signed-off-by: Arnd Bergmann Signed-off-by: Shawn Guo --- Reading git-diff-tree failed