diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-08-27 04:30:51 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-09-03 05:23:35 -0400 |
commit | 07020326a79c948c4f7a20ba0a8fc92ccba938af (patch) | |
tree | 25a36d759e68903ab708c74437f975596ae810e0 /arch/microblaze | |
parent | 9e77dab68496f68ccc50f47638c79f24106f0546 (diff) |
microblaze: intc: Remove unused headers
Trivial.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/kernel/irq.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/microblaze/kernel/irq.c b/arch/microblaze/kernel/irq.c index ace700afbfdf..b205b90ed110 100644 --- a/arch/microblaze/kernel/irq.c +++ b/arch/microblaze/kernel/irq.c | |||
@@ -18,9 +18,6 @@ | |||
18 | #include <linux/kernel_stat.h> | 18 | #include <linux/kernel_stat.h> |
19 | #include <linux/irq.h> | 19 | #include <linux/irq.h> |
20 | #include <linux/of_irq.h> | 20 | #include <linux/of_irq.h> |
21 | #include <linux/export.h> | ||
22 | |||
23 | #include <asm/prom.h> | ||
24 | 21 | ||
25 | static u32 concurrent_irq; | 22 | static u32 concurrent_irq; |
26 | 23 | ||