aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip32/ip32-setup.c
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>2008-09-23 00:53:20 +0200
committerRalf Baechle <ralf@linux-mips.org>2008-10-15 12:46:52 +0100
commit656e9503bae1dbc7b0e8c709715e5eda9ae82653 (patch)
treeaa4c0478dcc32e952681cb4fe946ec5892a13ead /arch/mips/sgi-ip32/ip32-setup.c
parentRTC: M48T35: new RTC driver (diff)
downloadlinux-dev-656e9503bae1dbc7b0e8c709715e5eda9ae82653.tar.xz
linux-dev-656e9503bae1dbc7b0e8c709715e5eda9ae82653.zip
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.c5
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