diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-01-15 18:10:33 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-04-29 18:04:15 +0100 |
commit | b9cedda230793cbf58eb012ddadedd490cc8e129 (patch) | |
tree | 5c1e21e04206d68d9089299e6b9f61347c3f8070 /arch/arm/mach-integrator/common.h | |
parent | ba02a21544b41a65e58506f1d79353203d94b8b6 (diff) |
ARM: Integrator: convert to generic time support
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/common.h b/arch/arm/mach-integrator/common.h index 609c49de3d4..7dc24bb9bdc 100644 --- a/arch/arm/mach-integrator/common.h +++ b/arch/arm/mach-integrator/common.h @@ -1,2 +1 @@ extern void integrator_time_init(unsigned long, unsigned int); -extern unsigned long integrator_gettimeoffset(void); |