diff options
Diffstat (limited to 'arch/mips/lemote/lm2e/env.c')
-rw-r--r-- | arch/mips/lemote/lm2e/env.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/mips/lemote/lm2e/env.c b/arch/mips/lemote/lm2e/env.c index 9e88409f7a3..b9ef5038554 100644 --- a/arch/mips/lemote/lm2e/env.c +++ b/arch/mips/lemote/lm2e/env.c @@ -17,12 +17,10 @@ * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. */ - -#include <linux/io.h> -#include <linux/init.h> - #include <asm/bootinfo.h> +#include <loongson.h> + unsigned long bus_clock, cpu_clock_freq; unsigned long memsize, highmemsize; |