Commit 06e6f811 authored by Brian Masney's avatar Brian Masney Committed by Thomas Bogendoerfer
Browse files

irqchip/irq-pic32-evic: update include to use pic32.h from platform_data



Use the linux/platform_data/pic32.h include instead of
asm/mach-pic32/pic32.h so that the asm variant can be dropped. This
is in preparation for allowing some drivers to be compiled on other
architectures with COMPILE_TEST enabled.

Signed-off-by: default avatarBrian Masney <bmasney@redhat.com>
Acked-by: default avatarThomas Gleixner <tglx@kernel.org>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 07caa83e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,10 +13,10 @@
#include <linux/io.h>
#include <linux/irqchip.h>
#include <linux/irq.h>
#include <linux/platform_data/pic32.h>

#include <asm/irq.h>
#include <asm/traps.h>
#include <asm/mach-pic32/pic32.h>

#define REG_INTCON	0x0000
#define REG_INTSTAT	0x0020