diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-01-15 22:12:46 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-04-29 18:04:17 +0100 |
commit | 861248d177145fc5861507e4607fec89fd0a0462 (patch) | |
tree | f0d11b6c0aefc66d87b5f668e58d09884f40884b /arch/arm/mach-integrator/common.h | |
parent | 13edd86d7a8b64735c60c308faac785a6f2257b2 (diff) | |
download | talos-op-linux-861248d177145fc5861507e4607fec89fd0a0462.tar.gz talos-op-linux-861248d177145fc5861507e4607fec89fd0a0462.zip |
ARM: Integrator: pass 'khz' to integrator_time_init
This is now what the clocksource/clockevent initialization functions
want, so give them the timer tick rate directly.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-integrator/common.h')
-rw-r--r-- | arch/arm/mach-integrator/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/common.h b/arch/arm/mach-integrator/common.h index 7dc24bb9bdc1..cdbe71091516 100644 --- a/arch/arm/mach-integrator/common.h +++ b/arch/arm/mach-integrator/common.h @@ -1 +1 @@ -extern void integrator_time_init(unsigned long, unsigned int); +extern void integrator_time_init(u32, unsigned int); |