diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/iotiming-s3c2410.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/iotiming-s3c2410.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
19 | #include <linux/slab.h> | 19 | #include <linux/slab.h> |
20 | 20 | ||
21 | #include <mach/map.h> | 21 | #include <mach/map.h> |
22 | #include <mach/regs-mem.h> | ||
23 | #include <mach/regs-clock.h> | 22 | #include <mach/regs-clock.h> |
24 | 23 | ||
25 | #include <plat/cpu-freq-core.h> | 24 | #include <plat/cpu-freq-core.h> |
26 | 25 | ||
26 | #include "regs-mem.h" | ||
27 | |||
27 | #define print_ns(x) ((x) / 10), ((x) % 10) | 28 | #define print_ns(x) ((x) / 10), ((x) % 10) |
28 | 29 | ||
29 | /** | 30 | /** |