This commit was generated by cvs2svn to compensate for changes in r1129,
[linux-2.6.git] / arch / mips / au1000 / hydrogen3 / board_setup.c
index 904417a..2efae10 100644 (file)
@@ -45,8 +45,6 @@
 #include <asm/pgtable.h>
 #include <asm/au1000.h>
 
-extern struct rtc_ops no_rtc_ops;
-
 void board_reset (void)
 {
 }
@@ -55,8 +53,6 @@ void __init board_setup(void)
 {
        u32 pin_func;
 
-       rtc_ops = &no_rtc_ops;
-
 #ifdef CONFIG_AU1X00_USB_DEVICE
        // 2nd USB port is USB device
        pin_func = au_readl(SYS_PINFUNC) & (u32)(~0x8000);