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 fe2cac1b4514..d224267846b0 100644 --- a/arch/mips/mips-boards/generic/time.c +++ b/arch/mips/mips-boards/generic/time.c | |||
@@ -42,9 +42,6 @@ | |||
42 | #include <asm/mips-boards/generic.h> | 42 | #include <asm/mips-boards/generic.h> |
43 | #include <asm/mips-boards/prom.h> | 43 | #include <asm/mips-boards/prom.h> |
44 | 44 | ||
45 | #ifdef CONFIG_MIPS_ATLAS | ||
46 | #include <asm/mips-boards/atlasint.h> | ||
47 | #endif | ||
48 | #ifdef CONFIG_MIPS_MALTA | 45 | #ifdef CONFIG_MIPS_MALTA |
49 | #include <asm/mips-boards/maltaint.h> | 46 | #include <asm/mips-boards/maltaint.h> |
50 | #endif | 47 | #endif |
@@ -89,7 +86,7 @@ static unsigned int __init estimate_cpu_frequency(void) | |||
89 | else | 86 | else |
90 | count = 6000000; | 87 | count = 6000000; |
91 | #endif | 88 | #endif |
92 | #if defined(CONFIG_MIPS_ATLAS) || defined(CONFIG_MIPS_MALTA) | 89 | #ifdef CONFIG_MIPS_MALTA |
93 | unsigned long flags; | 90 | unsigned long flags; |
94 | unsigned int start; | 91 | unsigned int start; |
95 | 92 | ||