]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/mips-boards/generic/time.c
[MIPS] SEAD: Remove support code.
[linux-2.6-omap-h63xx.git] / arch / mips / mips-boards / generic / time.c
index d224267846b0950ae665ed6ea5c3ba52443489b2..637897e8e4fbb1b7401b10767211197c29fe571a 100644 (file)
@@ -45,9 +45,6 @@
 #ifdef CONFIG_MIPS_MALTA
 #include <asm/mips-boards/maltaint.h>
 #endif
-#ifdef CONFIG_MIPS_SEAD
-#include <asm/mips-boards/seadint.h>
-#endif
 
 unsigned long cpu_khz;
 
@@ -73,7 +70,7 @@ static unsigned int __init estimate_cpu_frequency(void)
        unsigned int prid = read_c0_prid() & 0xffff00;
        unsigned int count;
 
-#if defined(CONFIG_MIPS_SEAD) || defined(CONFIG_MIPS_SIM)
+#ifdef CONFIG_MIPS_SIM
        /*
         * The SEAD board doesn't have a real time clock, so we can't
         * really calculate the timer frequency