diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-11-17 16:23:44 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-11-17 16:23:44 +0000 |
commit | 16212017a54afdb702ecc796aaa0448b795de03b (patch) | |
tree | 3ee7edf2f92d531689bcb0db0be91a5d9e8d2a61 | |
parent | cd017fbdd33f2d8294b0e0324faa1dc7750b4af0 (diff) | |
download | kernel_samsung_smdk4412-16212017a54afdb702ecc796aaa0448b795de03b.zip kernel_samsung_smdk4412-16212017a54afdb702ecc796aaa0448b795de03b.tar.gz kernel_samsung_smdk4412-16212017a54afdb702ecc796aaa0448b795de03b.tar.bz2 |
[MIPS] IP32: No need to include <asm/io.h>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | include/asm-mips/mach-ip32/mc146818rtc.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/asm-mips/mach-ip32/mc146818rtc.h b/include/asm-mips/mach-ip32/mc146818rtc.h index f5d780f..c28ba8d 100644 --- a/include/asm-mips/mach-ip32/mc146818rtc.h +++ b/include/asm-mips/mach-ip32/mc146818rtc.h @@ -11,7 +11,6 @@ #ifndef __ASM_MACH_IP32_MC146818RTC_H #define __ASM_MACH_IP32_MC146818RTC_H -#include <asm/io.h> #include <asm/ip32/mace.h> #define RTC_PORT(x) (0x70 + (x)) @@ -26,8 +25,10 @@ static inline void CMOS_WRITE(unsigned char data, unsigned long addr) mace->isa.rtc[addr << 8] = data; } -/* FIXME: Do it right. For now just assume that noone lives in 20th century - * and no O2 user in 22th century ;-) */ +/* + * FIXME: Do it right. For now just assume that noone lives in 20th century + * and no O2 user in 22th century ;-) + */ #define mc146818_decode_year(year) ((year) + 2000) #define RTC_ALWAYS_BCD 0 |