aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68k
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2007-03-14 09:16:54 +0000
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-03-14 15:27:49 -0700
commit0ae24bdedd289f5b1740404273ac5d9e20383f12 (patch)
tree76bcafe530a5d68779034307982a047119950226 /include/asm-m68k
parent[PATCH] sparc: have dma-mapping.h include generic/dma-mapping-broken in non-PCI case (diff)
downloadlinux-dev-0ae24bdedd289f5b1740404273ac5d9e20383f12.tar.xz
linux-dev-0ae24bdedd289f5b1740404273ac5d9e20383f12.zip
[PATCH] rtc-cmos needs RTC_ALWAYS_BCD known
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-m68k')
-rw-r--r--include/asm-m68k/mc146818rtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-m68k/mc146818rtc.h b/include/asm-m68k/mc146818rtc.h
index 11fe12ddb913..9f70a01f73dc 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)); \