summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/cpuidle.c
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2013-01-02 13:31:15 -0800
committerKukjin Kim <kgene.kim@samsung.com>2013-01-10 10:45:40 -0800
commitf2bfd174bdc0d3df9fa24b2895d02fa0529679c7 (patch)
treeeacc52f73f7c6768e16b232c264be8be4d222b41 /arch/arm/mach-s3c64xx/cpuidle.c
parent8eba8ea21f7a289ec78df979b3b5a8affde1e68d (diff)
downloadop-kernel-dev-f2bfd174bdc0d3df9fa24b2895d02fa0529679c7.zip
op-kernel-dev-f2bfd174bdc0d3df9fa24b2895d02fa0529679c7.tar.gz
ARM: S3C64XX: make regs-sys.h local
The header file can be local in mach-s3c64xx/. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/cpuidle.c')
-rw-r--r--arch/arm/mach-s3c64xx/cpuidle.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/cpuidle.c b/arch/arm/mach-s3c64xx/cpuidle.c
index acb197c..e3e455b 100644
--- a/arch/arm/mach-s3c64xx/cpuidle.c
+++ b/arch/arm/mach-s3c64xx/cpuidle.c
@@ -20,9 +20,10 @@
#include <mach/map.h>
-#include <mach/regs-sys.h>
#include <mach/regs-syscon-power.h>
+#include "regs-sys.h"
+
static int s3c64xx_enter_idle(struct cpuidle_device *dev,
struct cpuidle_driver *drv,
int index)
OpenPOWER on IntegriCloud