diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-08-27 04:52:11 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-09-03 05:25:02 -0400 |
commit | 144f5c19ff954c4b2917f01b763fa2fa51c433a9 (patch) | |
tree | 4b2119adb9b275028d2cb1197dfe02ab9e6597b6 /arch/microblaze/kernel | |
parent | bcff661d38400c2c16d6dff65a94b1ed23d57564 (diff) |
microblaze: intc: Remove unused header
asm/irq.h is included in linux/irq.h
asm/prom.h and linux/init.h is not needed
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/kernel')
-rw-r--r-- | arch/microblaze/kernel/intc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/microblaze/kernel/intc.c b/arch/microblaze/kernel/intc.c index 3b441e255880..581451ad4687 100644 --- a/arch/microblaze/kernel/intc.c +++ b/arch/microblaze/kernel/intc.c | |||
@@ -9,15 +9,12 @@ | |||
9 | * for more details. | 9 | * for more details. |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include <linux/init.h> | ||
13 | #include <linux/irqdomain.h> | 12 | #include <linux/irqdomain.h> |
14 | #include <linux/irq.h> | 13 | #include <linux/irq.h> |
15 | #include <linux/of_address.h> | 14 | #include <linux/of_address.h> |
16 | #include <linux/io.h> | 15 | #include <linux/io.h> |
17 | #include <linux/bug.h> | 16 | #include <linux/bug.h> |
18 | 17 | ||
19 | #include <asm/prom.h> | ||
20 | #include <asm/irq.h> | ||
21 | #include "../../drivers/irqchip/irqchip.h" | 18 | #include "../../drivers/irqchip/irqchip.h" |
22 | 19 | ||
23 | static void __iomem *intc_baseaddr; | 20 | static void __iomem *intc_baseaddr; |