diff options
author | Paul Burton <paul.burton@imgtec.com> | 2017-08-13 06:36:38 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-09-04 13:53:14 +0200 |
commit | 3f1770c0e687c6009f4476bf529528568835f45c (patch) | |
tree | 18d68728def0fdd1b8c49abb517392bb37ea978c /arch/mips/pistachio | |
parent | MIPS: VDSO: Avoid use of linux/irqchip/mips-gic.h (diff) | |
download | linux-3f1770c0e687c6009f4476bf529528568835f45c.tar.xz linux-3f1770c0e687c6009f4476bf529528568835f45c.zip |
MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.h
linux/irqchip/mips-gic.h is included in a few files that don't actually
use it at all. Remove these unnecessary inclusions in preparation for
removing the header.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/17048/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pistachio')
-rw-r--r-- | arch/mips/pistachio/irq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/pistachio/irq.c b/arch/mips/pistachio/irq.c index 0a6b24c24652..709a8219073a 100644 --- a/arch/mips/pistachio/irq.c +++ b/arch/mips/pistachio/irq.c @@ -10,7 +10,6 @@ #include <linux/init.h> #include <linux/irqchip.h> -#include <linux/irqchip/mips-gic.h> #include <linux/kernel.h> #include <asm/cpu-features.h> |