From: Tomasz Figa Date: Thu, 10 Jan 2013 00:45:51 +0000 (-0800) Subject: ARM: S3C64XX: Fix missing header error with CONFIG_CPU_IDLE enabled X-Git-Tag: v3.9-rc1~122^2~13^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a71c5c375e29fc9c1493b5ead1cf36572139c3e;p=pandora-kernel.git ARM: S3C64XX: Fix missing header error with CONFIG_CPU_IDLE enabled Recently the regs-syscon-power.h header was moved from mach-s3c64xx/include/mach to mach-s3c64xx/, but cpuidle.c was not updated to include the header from its new location, which caused build error with CONFIG_CPU_IDLE enabled. This patch fixed the problem by updating the include line with proper header location. Signed-off-by: Tomasz Figa Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed