diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2008-09-23 00:53:20 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-15 12:46:52 +0100 |
commit | 656e9503bae1dbc7b0e8c709715e5eda9ae82653 (patch) | |
tree | aa4c0478dcc32e952681cb4fe946ec5892a13ead /arch/mips/sgi-ip32/ip32-setup.c | |
parent | d1dbd82e2ff02181a7102088a9fe83e17ddbcb47 (diff) |
MIPS: IP32: Add platform device for CMOS RTC; remove dead code
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sgi-ip32/ip32-setup.c')
-rw-r--r-- | arch/mips/sgi-ip32/ip32-setup.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/sgi-ip32/ip32-setup.c b/arch/mips/sgi-ip32/ip32-setup.c index 1024bf40bd9e..c5a5d4a31b4b 100644 --- a/arch/mips/sgi-ip32/ip32-setup.c +++ b/arch/mips/sgi-ip32/ip32-setup.c @@ -62,11 +62,6 @@ static inline void str2eaddr(unsigned char *ea, unsigned char *str) } #endif -unsigned long read_persistent_clock(void) -{ - return mc146818_get_cmos_time(); -} - /* An arbitrary time; this can be decreased if reliability looks good */ #define WAIT_MS 10 |