Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;