diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2008-10-14 17:16:55 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-15 12:46:51 +0100 |
commit | 7d81a5e03ddbb44d05a32cad4a46a23577216497 (patch) | |
tree | ad785aafe0b7877bcb65ea8c5d6e0571d6a183f6 /arch/mips/include/asm/mach-ip28 | |
parent | 540799e32eb146c9363445d1118b2bfdebd3da0b (diff) |
MIPS: IP22/28: Switch over to RTC class driver
This patchset removes some dead code and creates a platform device
for the RTC class driver.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/mach-ip28')
-rw-r--r-- | arch/mips/include/asm/mach-ip28/ds1286.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/include/asm/mach-ip28/ds1286.h b/arch/mips/include/asm/mach-ip28/ds1286.h deleted file mode 100644 index 471bb9a33e0..00000000000 --- a/arch/mips/include/asm/mach-ip28/ds1286.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef __ASM_MACH_IP28_DS1286_H -#define __ASM_MACH_IP28_DS1286_H -#include <asm/mach-ip22/ds1286.h> -#endif /* __ASM_MACH_IP28_DS1286_H */ |