summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/mach/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/mach/time.h')
-rw-r--r--arch/arm/include/asm/mach/time.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/include/asm/mach/time.h b/arch/arm/include/asm/mach/time.h
index b2cc1fcd0400..8bffc3ff3acf 100644
--- a/arch/arm/include/asm/mach/time.h
+++ b/arch/arm/include/asm/mach/time.h
@@ -46,12 +46,4 @@ struct sys_timer {
extern struct sys_timer *system_timer;
extern void timer_tick(void);
-/*
- * Kernel time keeping support.
- */
-struct timespec;
-extern int (*set_rtc)(void);
-extern void save_time_delta(struct timespec *delta, struct timespec *rtc);
-extern void restore_time_delta(struct timespec *delta, struct timespec *rtc);
-
#endif