diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2007-02-04 22:45:33 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-08 15:48:11 +0100 |
commit | 51dd249eff28924f838a72a50c417b2089e0f6a9 (patch) | |
tree | 5a68a16a149bdaaed6b17c6236684fb78a3abc41 /arch/arm/mach-ep93xx/core.c | |
parent | [ARM] Move processor_modes[] to .../process.c (diff) | |
download | linux-51dd249eff28924f838a72a50c417b2089e0f6a9.tar.xz linux-51dd249eff28924f838a72a50c417b2089e0f6a9.zip |
[ARM] 4120/1: ep93xx: make clock init an arch_initcall()
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ep93xx/core.c')
-rw-r--r-- | arch/arm/mach-ep93xx/core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ep93xx/core.c b/arch/arm/mach-ep93xx/core.c index 6b26346191c0..913ea4328b2f 100644 --- a/arch/arm/mach-ep93xx/core.c +++ b/arch/arm/mach-ep93xx/core.c @@ -461,8 +461,6 @@ void __init ep93xx_init_devices(void) { unsigned int v; - ep93xx_clock_init(); - /* * Disallow access to MaverickCrunch initially. */ |