diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-01-14 07:48:06 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-02 04:35:33 -0400 |
commit | f4b8b319bf21bf3576014ce7336763cd3e1684ef (patch) | |
tree | 5f3200e3b82dd23fc58633e010f3996246d81607 /arch/arm/mach-versatile/core.c | |
parent | c5a0adb51002e51a4254cb7f0ab7190d41d8b930 (diff) |
ARM: Realview/Versatile/Integrator: separate out common clock code
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-versatile/core.c')
-rw-r--r-- | arch/arm/mach-versatile/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-versatile/core.c b/arch/arm/mach-versatile/core.c index 3c67691d4e72..e9d255f33674 100644 --- a/arch/arm/mach-versatile/core.c +++ b/arch/arm/mach-versatile/core.c | |||
@@ -47,11 +47,11 @@ | |||
47 | #include <asm/mach/irq.h> | 47 | #include <asm/mach/irq.h> |
48 | #include <asm/mach/time.h> | 48 | #include <asm/mach/time.h> |
49 | #include <asm/mach/map.h> | 49 | #include <asm/mach/map.h> |
50 | #include <mach/clkdev.h> | ||
50 | #include <mach/hardware.h> | 51 | #include <mach/hardware.h> |
51 | #include <mach/platform.h> | 52 | #include <mach/platform.h> |
52 | 53 | ||
53 | #include "core.h" | 54 | #include "core.h" |
54 | #include "clock.h" | ||
55 | 55 | ||
56 | /* | 56 | /* |
57 | * All IO addresses are mapped onto VA 0xFFFx.xxxx, where x.xxxx | 57 | * All IO addresses are mapped onto VA 0xFFFx.xxxx, where x.xxxx |