summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/mach-malta/mc146818rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/mach-malta/mc146818rtc.h')
-rw-r--r--arch/mips/include/asm/mach-malta/mc146818rtc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/mach-malta/mc146818rtc.h b/arch/mips/include/asm/mach-malta/mc146818rtc.h
index e8cc7fdf7415..7da2c0ea55da 100644
--- a/arch/mips/include/asm/mach-malta/mc146818rtc.h
+++ b/arch/mips/include/asm/mach-malta/mc146818rtc.h
@@ -31,6 +31,4 @@ static inline void CMOS_WRITE(unsigned char data, unsigned long addr)
#define RTC_ALWAYS_BCD 0
-#define mc146818_decode_year(year) ((year) < 70 ? (year) + 2000 : (year) + 1900)
-
#endif /* __ASM_MACH_MALTA_MC146818RTC_H */