vserver 1.9.5.x5
[linux-2.6.git] / arch / mips / au1000 / csb250 / board_setup.c
index 63f40dc..90426ea 100644 (file)
 #include <asm/au1000.h>
 #include <asm/csb250.h>
 
-#ifdef CONFIG_USB_OHCI
-// Enable the workaround for the OHCI DoneHead
-// register corruption problem.
-#define CONFIG_AU1000_OHCI_FIX
-#endif
-
-#ifdef CONFIG_RTC
-extern struct rtc_ops csb250_rtc_ops;
-#endif
-
 extern int (*board_pci_idsel)(unsigned int devsel, int assert);
 int    csb250_pci_idsel(unsigned int devsel, int assert);
 
@@ -203,7 +193,6 @@ void __init board_setup(void)
        au_writel(au_readl(SYS_POWERCTRL) | (0x3 << 5), SYS_POWERCTRL);
 
 #ifdef CONFIG_RTC
-       rtc_ops = &csb250_rtc_ops;
        // Enable the RTC if not already enabled
        if (!(au_readl(0xac000028) & 0x20)) {
                printk("enabling clock ...\n");