diff options
author | Andrew Bresticker <abrestic@chromium.org> | 2014-10-20 23:03:53 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 09:44:59 +0300 |
commit | 4060bbe9931eca2ed3c2124022a070a75d507472 (patch) | |
tree | d3e579a5eb683dabd44ab0a057c0d1d58f5751ce /drivers | |
parent | 5f68fea09ef1bc36e16d1059a84cf8b833cfb789 (diff) | |
download | linux-4060bbe9931eca2ed3c2124022a070a75d507472.tar.xz |
MIPS: Move gic.h to include/linux/irqchip/mips-gic.h
Now that the MIPS GIC irqchip lives in drivers/irqchip/, move
its header over to include/linux/irqchip/.
Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: Qais Yousef <qais.yousef@imgtec.com>
Cc: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/8129/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/irqchip/irq-mips-gic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-mips-gic.c b/drivers/irqchip/irq-mips-gic.c index 88086d7e7c51..bf0f7c978086 100644 --- a/drivers/irqchip/irq-mips-gic.c +++ b/drivers/irqchip/irq-mips-gic.c @@ -9,13 +9,13 @@ #include <linux/bitmap.h> #include <linux/init.h> #include <linux/interrupt.h> +#include <linux/irqchip/mips-gic.h> #include <linux/sched.h> #include <linux/smp.h> #include <linux/irq.h> #include <linux/clocksource.h> #include <asm/io.h> -#include <asm/gic.h> #include <asm/setup.h> #include <asm/traps.h> #include <linux/hardirq.h> |