Commit 144f5c19 authored by Michal Simek's avatar Michal Simek

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: default avatarMichal Simek <michal.simek@xilinx.com>
parent bcff661d
......@@ -9,15 +9,12 @@
* for more details.
*/
#include <linux/init.h>
#include <linux/irqdomain.h>
#include <linux/irq.h>
#include <linux/of_address.h>
#include <linux/io.h>
#include <linux/bug.h>
#include <asm/prom.h>
#include <asm/irq.h>
#include "../../drivers/irqchip/irqchip.h"
static void __iomem *intc_baseaddr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment