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

From: Geert Uytterhoeven
Date: Wed Mar 14 2007 - 15:47:53 EST


On Wed, 14 Mar 2007, Al Viro wrote:
> Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>

Acked-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>

> ---
> 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)); \

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/