Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / arch / sh / boards / overdrive / setup.c
index a36ce02..94f6165 100644 (file)
@@ -17,8 +17,6 @@
 #include <asm/overdrive/overdrive.h>
 #include <asm/overdrive/fpga.h>
 
-extern void od_time_init(void);
-
 const char *get_system_type(void)
 {
        return "SH7750 Overdrive";
@@ -31,11 +29,9 @@ int __init platform_setup(void)
 {
 #ifdef CONFIG_PCI
        init_overdrive_fpga();
-       galileo_init(); 
+       galileo_init();
 #endif
 
-       board_time_init = od_time_init;
-
         /* Enable RS232 receive buffers */
        writel(0x1e, OVERDRIVE_CTRL);
 }