diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 02:41:24 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 02:41:24 -0400 |
commit | 373e68b5472d421cbd2703e7a77caf053f78c005 (patch) | |
tree | 6fed51fdf1b89f80a1ec9ea4aab285c1af649945 /include/asm-sh/mc146818rtc.h | |
parent | f647d33f879d258de4ab2559975bd6eebda2033e (diff) |
sh: Board updates for I/O routine rework.
This updates the various boards for some of the recent I/O routine
updates.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/mc146818rtc.h')
-rw-r--r-- | include/asm-sh/mc146818rtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/mc146818rtc.h b/include/asm-sh/mc146818rtc.h index 1707cfb2915d..adc6e67c6b75 100644 --- a/include/asm-sh/mc146818rtc.h +++ b/include/asm-sh/mc146818rtc.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #define CMOS_WRITE(val,addr) __CMOS_WRITE(val,addr,b) | 24 | #define CMOS_WRITE(val,addr) __CMOS_WRITE(val,addr,b) |
25 | 25 | ||
26 | #elif defined(CONFIG_SH_SECUREEDGE5410) | 26 | #elif defined(CONFIG_SH_SECUREEDGE5410) |
27 | #include <asm/snapgear/io.h> | 27 | #include <asm/snapgear.h> |
28 | 28 | ||
29 | #define RTC_PORT(n) SECUREEDGE_IOPORT_ADDR | 29 | #define RTC_PORT(n) SECUREEDGE_IOPORT_ADDR |
30 | #define CMOS_READ(addr) secureedge5410_cmos_read(addr) | 30 | #define CMOS_READ(addr) secureedge5410_cmos_read(addr) |