projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7124d7
)
[PATCH] rtc-cmos needs RTC_ALWAYS_BCD known
author
Al Viro
<viro@ftp.linux.org.uk>
Wed, 14 Mar 2007 09:16:54 +0000
(09:16 +0000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 14 Mar 2007 22:27:49 +0000
(15:27 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-m68k/mc146818rtc.h
patch
|
blob
|
history
diff --git
a/include/asm-m68k/mc146818rtc.h
b/include/asm-m68k/mc146818rtc.h
index 11fe12ddb913ca313cdc9416e9bd1163429c42ef..9f70a01f73dc9960e00817963aceb75b5e89db24 100644
(file)
--- 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)); \