diff options
Diffstat (limited to 'arch/arm/include/asm/mach/time.h')
-rw-r--r-- | arch/arm/include/asm/mach/time.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/include/asm/mach/time.h b/arch/arm/include/asm/mach/time.h index d316d76ef242..90c12e1e695c 100644 --- a/arch/arm/include/asm/mach/time.h +++ b/arch/arm/include/asm/mach/time.h | |||
@@ -10,22 +10,6 @@ | |||
10 | #ifndef __ASM_ARM_MACH_TIME_H | 10 | #ifndef __ASM_ARM_MACH_TIME_H |
11 | #define __ASM_ARM_MACH_TIME_H | 11 | #define __ASM_ARM_MACH_TIME_H |
12 | 12 | ||
13 | /* | ||
14 | * This is our kernel timer structure. | ||
15 | * | ||
16 | * - init | ||
17 | * Initialise the kernels jiffy timer source, claim interrupt | ||
18 | * using setup_irq. This is called early on during initialisation | ||
19 | * while interrupts are still disabled on the local CPU. | ||
20 | * - offset | ||
21 | * Return the timer offset in microseconds since the last timer | ||
22 | * interrupt. Note: this must take account of any unprocessed | ||
23 | * timer interrupt which may be pending. | ||
24 | */ | ||
25 | struct sys_timer { | ||
26 | void (*init)(void); | ||
27 | }; | ||
28 | |||
29 | extern void timer_tick(void); | 13 | extern void timer_tick(void); |
30 | 14 | ||
31 | struct timespec; | 15 | struct timespec; |