diff options
Diffstat (limited to 'include/asm-mips/time.h')
-rw-r--r-- | include/asm-mips/time.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-mips/time.h b/include/asm-mips/time.h index 74ab33157d6..963507d33f6 100644 --- a/include/asm-mips/time.h +++ b/include/asm-mips/time.h @@ -49,13 +49,6 @@ extern void (*mips_timer_ack)(void); extern struct clocksource clocksource_mips; /* - * to_tm() converts system time back to (year, mon, day, hour, min, sec). - * It is intended to help implement rtc_set_time() functions. - * Copied from PPC implementation. - */ -extern void to_tm(unsigned long tim, struct rtc_time *tm); - -/* * high-level timer interrupt routines. */ extern irqreturn_t timer_interrupt(int irq, void *dev_id); |