diff options
author | Michael-Luke Jones <mlj28@cam.ac.uk> | 2007-05-23 22:38:45 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-26 10:09:39 +0100 |
commit | 435c5da00b9610f9664c5d6f38dfdafce419ef4a (patch) | |
tree | 1ed1653334c91ef355f2a89974c3dc19802bad36 /arch/arm/mach-ixp4xx/common.c | |
parent | e87a8e85e90660183d3ef8e700627689c6292a3f (diff) | |
download | blackbird-op-linux-435c5da00b9610f9664c5d6f38dfdafce419ef4a.tar.gz blackbird-op-linux-435c5da00b9610f9664c5d6f38dfdafce419ef4a.zip |
[ARM] 4405/1: NSLU2, DSM-G600 frequency fixup code
This patch is required as the frequency fixup in nslu2_init does not
run sufficiently early in the boot sequence to take effect. In addition
the dsmg600 setup code behaviour has been improved such that a
'fixup' routine is avoided.
Signed-off-by: Michael-Luke Jones <mlj28@cam.ac.uk>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ixp4xx/common.c')
-rw-r--r-- | arch/arm/mach-ixp4xx/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ixp4xx/common.c b/arch/arm/mach-ixp4xx/common.c index 64685da1462d..8112f726ffa0 100644 --- a/arch/arm/mach-ixp4xx/common.c +++ b/arch/arm/mach-ixp4xx/common.c @@ -283,7 +283,7 @@ static struct irqaction ixp4xx_timer_irq = { .handler = ixp4xx_timer_interrupt, }; -static void __init ixp4xx_timer_init(void) +void __init ixp4xx_timer_init(void) { /* Reset/disable counter */ *IXP4XX_OSRT1 = 0; |