mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 17:53:56 +08:00
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>
This commit is contained in:
parent
bcff661d38
commit
144f5c19ff
@ -9,15 +9,12 @@
|
|||||||
* for more details.
|
* for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/init.h>
|
|
||||||
#include <linux/irqdomain.h>
|
#include <linux/irqdomain.h>
|
||||||
#include <linux/irq.h>
|
#include <linux/irq.h>
|
||||||
#include <linux/of_address.h>
|
#include <linux/of_address.h>
|
||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
#include <linux/bug.h>
|
#include <linux/bug.h>
|
||||||
|
|
||||||
#include <asm/prom.h>
|
|
||||||
#include <asm/irq.h>
|
|
||||||
#include "../../drivers/irqchip/irqchip.h"
|
#include "../../drivers/irqchip/irqchip.h"
|
||||||
|
|
||||||
static void __iomem *intc_baseaddr;
|
static void __iomem *intc_baseaddr;
|
||||||
|
Loading…
Reference in New Issue
Block a user