diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-08-26 14:38:37 -0400 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2013-10-09 12:39:01 -0400 |
commit | 9b7d9f27f6cf418a79b81d99688c2f92bf93fc49 (patch) | |
tree | 14ad0ffa1dfb6bb9f96b5eb48ab41e2465e9690e /arch/openrisc | |
parent | 29eb45a9ab4839a1e9cef2bcf369b918c9c4fcad (diff) |
openrisc: remove unnecessary prom.c includes
It appears openrisc prom.c was just copied from another arch with a
bunch of unnecessary includes. Remove all the unecessary ones.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Jonas Bonn <jonas@southpole.se>
Cc: linux@lists.openrisc.net
Diffstat (limited to 'arch/openrisc')
-rw-r--r-- | arch/openrisc/kernel/prom.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/openrisc/kernel/prom.c b/arch/openrisc/kernel/prom.c index 2aae474b44c3..6a44340d1b18 100644 --- a/arch/openrisc/kernel/prom.c +++ b/arch/openrisc/kernel/prom.c | |||
@@ -18,34 +18,12 @@ | |||
18 | * | 18 | * |
19 | */ | 19 | */ |
20 | 20 | ||
21 | #include <stdarg.h> | ||
22 | #include <linux/kernel.h> | ||
23 | #include <linux/string.h> | ||
24 | #include <linux/init.h> | 21 | #include <linux/init.h> |
25 | #include <linux/threads.h> | ||
26 | #include <linux/spinlock.h> | ||
27 | #include <linux/types.h> | 22 | #include <linux/types.h> |
28 | #include <linux/pci.h> | ||
29 | #include <linux/stringify.h> | ||
30 | #include <linux/delay.h> | ||
31 | #include <linux/initrd.h> | ||
32 | #include <linux/bitops.h> | ||
33 | #include <linux/module.h> | ||
34 | #include <linux/kexec.h> | ||
35 | #include <linux/debugfs.h> | ||
36 | #include <linux/irq.h> | ||
37 | #include <linux/memblock.h> | 23 | #include <linux/memblock.h> |
38 | #include <linux/of_fdt.h> | 24 | #include <linux/of_fdt.h> |
39 | 25 | ||
40 | #include <asm/prom.h> | ||
41 | #include <asm/page.h> | 26 | #include <asm/page.h> |
42 | #include <asm/processor.h> | ||
43 | #include <asm/irq.h> | ||
44 | #include <linux/io.h> | ||
45 | #include <asm/mmu.h> | ||
46 | #include <asm/pgtable.h> | ||
47 | #include <asm/sections.h> | ||
48 | #include <asm/setup.h> | ||
49 | 27 | ||
50 | void __init early_init_devtree(void *params) | 28 | void __init early_init_devtree(void *params) |
51 | { | 29 | { |