[PATCH 12/13] rtc-cmos needs RTC_ALWAYS_BCD known

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Al Viro
Date: Wednesday, March 14, 2007 - 2:16 am

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
 include/asm-m68k/mc146818rtc.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/asm-m68k/mc146818rtc.h b/include/asm-m68k/mc146818rtc.h
index 11fe12d..9f70a01 100644
--- a/include/asm-m68k/mc146818rtc.h
+++ b/include/asm-m68k/mc146818rtc.h
@@ -11,6 +11,7 @@
 #include <asm/atarihw.h>
 
 #define RTC_PORT(x)	(TT_RTC_BAS + 2*(x))
+#define RTC_ALWAYS_BCD	0
 
 #define CMOS_READ(addr) ({ \
 atari_outb_p((addr),RTC_PORT(0)); \
-- 
1.5.0-rc2.GIT


-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 12/13] rtc-cmos needs RTC_ALWAYS_BCD known, Al Viro, (Wed Mar 14, 2:16 am)
Re: [PATCH 12/13] rtc-cmos needs RTC_ALWAYS_BCD known, Geert Uytterhoeven, (Wed Mar 14, 12:45 pm)