ARM: S3C64XX: Fix missing header error with CONFIG_CPU_IDLE enabled
authorTomasz Figa <tomasz.figa@gmail.com>
Thu, 10 Jan 2013 00:45:51 +0000 (16:45 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 10 Jan 2013 18:45:41 +0000 (10:45 -0800)
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>
arch/arm/mach-s3c64xx/cpuidle.c

index e3e455b879611ff2f42700423a1c6593e937d812..ead5fab0dbb57b2bd158df077ac0cbc5daccd476 100644 (file)
@@ -20,9 +20,8 @@
 
 #include <mach/map.h>
 
-#include <mach/regs-syscon-power.h>
-
 #include "regs-sys.h"
+#include "regs-syscon-power.h"
 
 static int s3c64xx_enter_idle(struct cpuidle_device *dev,
                              struct cpuidle_driver *drv,