summaryrefslogtreecommitdiffstats
path: root/arch/mips/mti-malta
diff options
context:
space:
mode:
authorPaul Burton2017-08-13 06:36:36 +0200
committerRalf Baechle2017-09-04 13:53:14 +0200
commitdd0163508c07a67b28befe5af23d7ab9941ae8ca (patch)
treedfa5b248cfbebcfb65976980c089e6ae1b508d05 /arch/mips/mti-malta
parentirqchip: mips-gic: Remove gic_present (diff)
downloadkernel-qcow2-linux-dd0163508c07a67b28befe5af23d7ab9941ae8ca.tar.gz
kernel-qcow2-linux-dd0163508c07a67b28befe5af23d7ab9941ae8ca.tar.xz
kernel-qcow2-linux-dd0163508c07a67b28befe5af23d7ab9941ae8ca.zip
irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.h
The linux/irqchip/mips-gic.h header is now almost empty. Move the declarations of gic_get_c0_compare_int(), gic_get_c0_perfcount_int() & gic_get_c0_fdc_int() to asm/mips-gic.h in order to close in on being able to delete the former header. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Cc: Jason Cooper <jason@lakedaemon.net> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/17046/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mti-malta')
-rw-r--r--arch/mips/mti-malta/malta-time.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/mti-malta/malta-time.c b/arch/mips/mti-malta/malta-time.c
index 7d53103b085f..66c866740ff2 100644
--- a/arch/mips/mti-malta/malta-time.c
+++ b/arch/mips/mti-malta/malta-time.c
@@ -26,7 +26,6 @@
#include <linux/sched.h>
#include <linux/spinlock.h>
#include <linux/interrupt.h>
-#include <linux/irqchip/mips-gic.h>
#include <linux/timex.h>
#include <linux/mc146818rtc.h>