diff options
author | Songmao Tian <tiansm@lemote.com> | 2007-07-29 21:06:45 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-31 16:35:34 -0400 |
commit | 796756bab6fd09111159b76288169e18fa13d3e8 (patch) | |
tree | 241575ee7232f1a53b6429f2938cba02666b0a59 /arch/mips/lemote/lm2e/prom.c | |
parent | ac1a236aaaaaa24552bf16a8ba6dc5f88129fbd0 (diff) |
[MIPS] Fulong: Remove unneeded header file
Signed-off-by: Songmao Tian <tiansm@lemote.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lemote/lm2e/prom.c')
-rw-r--r-- | arch/mips/lemote/lm2e/prom.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/lemote/lm2e/prom.c b/arch/mips/lemote/lm2e/prom.c index 4e3132e47bee..3efb1cf111f2 100644 --- a/arch/mips/lemote/lm2e/prom.c +++ b/arch/mips/lemote/lm2e/prom.c | |||
@@ -15,11 +15,7 @@ | |||
15 | * option) any later version. | 15 | * option) any later version. |
16 | */ | 16 | */ |
17 | #include <linux/init.h> | 17 | #include <linux/init.h> |
18 | #include <linux/mm.h> | ||
19 | #include <linux/sched.h> | ||
20 | #include <linux/bootmem.h> | 18 | #include <linux/bootmem.h> |
21 | |||
22 | #include <asm/addrspace.h> | ||
23 | #include <asm/bootinfo.h> | 19 | #include <asm/bootinfo.h> |
24 | 20 | ||
25 | extern unsigned long bus_clock; | 21 | extern unsigned long bus_clock; |