From: Shawn Guo Date: Tue, 6 Jan 2015 12:06:16 +0000 (+0800) Subject: ARM: imx: drop CPUIDLE_FLAG_TIME_VALID from cpuidle-imx6sx X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~71^2~11^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8aeb7dfe6e815906c3d9c23ce17a00e8d01b3d5;p=pandora-kernel.git ARM: imx: drop CPUIDLE_FLAG_TIME_VALID from cpuidle-imx6sx As the result of commit b82b6cca4880 ("cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logic"), the flag gets removed and hence we see the compile error below. CC arch/arm/mach-imx/cpuidle-imx6sx.o arch/arm/mach-imx/cpuidle-imx6sx.c:69:13: error: ‘CPUIDLE_FLAG_TIME_VALID’ undeclared here (not in a function) Since the behavior of the original flag has been the default, we can simply drop the flag now. Reported-by: kbuild test robot Signed-off-by: Shawn Guo --- Reading git-diff-tree failed