diff options
Diffstat (limited to 'arch/mips/mips-boards/generic/time.c')
-rw-r--r-- | arch/mips/mips-boards/generic/time.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mips/mips-boards/generic/time.c b/arch/mips/mips-boards/generic/time.c index d224267846b0..637897e8e4fb 100644 --- a/arch/mips/mips-boards/generic/time.c +++ b/arch/mips/mips-boards/generic/time.c | |||
@@ -45,9 +45,6 @@ | |||
45 | #ifdef CONFIG_MIPS_MALTA | 45 | #ifdef CONFIG_MIPS_MALTA |
46 | #include <asm/mips-boards/maltaint.h> | 46 | #include <asm/mips-boards/maltaint.h> |
47 | #endif | 47 | #endif |
48 | #ifdef CONFIG_MIPS_SEAD | ||
49 | #include <asm/mips-boards/seadint.h> | ||
50 | #endif | ||
51 | 48 | ||
52 | unsigned long cpu_khz; | 49 | unsigned long cpu_khz; |
53 | 50 | ||
@@ -73,7 +70,7 @@ static unsigned int __init estimate_cpu_frequency(void) | |||
73 | unsigned int prid = read_c0_prid() & 0xffff00; | 70 | unsigned int prid = read_c0_prid() & 0xffff00; |
74 | unsigned int count; | 71 | unsigned int count; |
75 | 72 | ||
76 | #if defined(CONFIG_MIPS_SEAD) || defined(CONFIG_MIPS_SIM) | 73 | #ifdef CONFIG_MIPS_SIM |
77 | /* | 74 | /* |
78 | * The SEAD board doesn't have a real time clock, so we can't | 75 | * The SEAD board doesn't have a real time clock, so we can't |
79 | * really calculate the timer frequency | 76 | * really calculate the timer frequency |