commit | 3a71c5c375e29fc9c1493b5ead1cf36572139c3e | [log] [tgz] |
---|---|---|
author | Tomasz Figa <tomasz.figa@gmail.com> | Wed Jan 09 16:45:51 2013 -0800 |
committer | Kukjin Kim <kgene.kim@samsung.com> | Thu Jan 10 10:45:41 2013 -0800 |
tree | bbc414af5d66294f1b7786db7e37dd538241fded | |
parent | e8f55885f8e2af0ff960a15e03d0e616e7bdb5f6 [diff] |
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 <tomasz.figa@gmail.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>