vserver 1.9.5.x5
[linux-2.6.git] / arch / mips / au1000 / hydrogen3 / board_setup.c
index 84e1e41..2efae10 100644 (file)
 #include <asm/pgtable.h>
 #include <asm/au1000.h>
 
-extern struct rtc_ops no_rtc_ops;
+void board_reset (void)
+{
+}
 
 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);