From 37c3adca81b282bdf310d5ed54acbc28ac0b20a3 Mon Sep 17 00:00:00 2001 From: Kukjin Kim Date: Sun, 3 Feb 2013 17:00:11 -0800 Subject: ARM: S3C24XX: header mach/regs-mem.h local Since header mach/regs-mem.h is used only into mach-s3c24xx/, this patch moves the header file in local. Signed-off-by: Kukjin Kim --- arch/arm/mach-s3c24xx/iotiming-s3c2410.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch/arm/mach-s3c24xx/iotiming-s3c2410.c') diff --git a/arch/arm/mach-s3c24xx/iotiming-s3c2410.c b/arch/arm/mach-s3c24xx/iotiming-s3c2410.c index 48ccfcf715fa..4cd13ab6496b 100644 --- a/arch/arm/mach-s3c24xx/iotiming-s3c2410.c +++ b/arch/arm/mach-s3c24xx/iotiming-s3c2410.c @@ -19,11 +19,12 @@ #include #include -#include #include #include +#include "regs-mem.h" + #define print_ns(x) ((x) / 10), ((x) % 10) /** -- cgit v1.2.3