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 | |
| 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>
| -rw-r--r-- | arch/mips/lemote/lm2e/prom.c | 4 | ||||
| -rw-r--r-- | arch/mips/lemote/lm2e/setup.c | 10 |
2 files changed, 0 insertions, 14 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; |
diff --git a/arch/mips/lemote/lm2e/setup.c b/arch/mips/lemote/lm2e/setup.c index dbb801678fd9..f34350a4f271 100644 --- a/arch/mips/lemote/lm2e/setup.c +++ b/arch/mips/lemote/lm2e/setup.c | |||
| @@ -28,17 +28,7 @@ | |||
| 28 | */ | 28 | */ |
| 29 | #include <linux/bootmem.h> | 29 | #include <linux/bootmem.h> |
| 30 | #include <linux/init.h> | 30 | #include <linux/init.h> |
| 31 | #include <linux/io.h> | ||
| 32 | #include <linux/ioport.h> | ||
| 33 | #include <linux/interrupt.h> | ||
| 34 | #include <linux/irq.h> | 31 | #include <linux/irq.h> |
| 35 | #include <linux/kernel.h> | ||
| 36 | #include <linux/mc146818rtc.h> | ||
| 37 | #include <linux/mm.h> | ||
| 38 | #include <linux/module.h> | ||
| 39 | #include <linux/pci.h> | ||
| 40 | #include <linux/tty.h> | ||
| 41 | #include <linux/types.h> | ||
| 42 | 32 | ||
| 43 | #include <asm/bootinfo.h> | 33 | #include <asm/bootinfo.h> |
| 44 | #include <asm/mc146818-time.h> | 34 | #include <asm/mc146818-time.h> |
