Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Al Viro and committed by
Linus Torvalds
0ae24bde a7124d79

+1
+1
include/asm-m68k/mc146818rtc.h
··· 11 11 #include <asm/atarihw.h> 12 12 13 13 #define RTC_PORT(x) (TT_RTC_BAS + 2*(x)) 14 + #define RTC_ALWAYS_BCD 0 14 15 15 16 #define CMOS_READ(addr) ({ \ 16 17 atari_outb_p((addr),RTC_PORT(0)); \