diff options
author | Paul Burton <paul.burton@imgtec.com> | 2017-08-12 21:36:39 -0700 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-09-04 13:53:14 +0200 |
commit | 1fad12cd5ef43755d028f760fa089c87f5533451 (patch) | |
tree | fc6a7e3ff8fa332749d9d23e708a117180207ca1 /include | |
parent | 3f1770c0e687c6009f4476bf529528568835f45c (diff) | |
download | linux-1fad12cd5ef43755d028f760fa089c87f5533451.tar.gz linux-1fad12cd5ef43755d028f760fa089c87f5533451.tar.bz2 linux-1fad12cd5ef43755d028f760fa089c87f5533451.zip |
irqchip: mips-gic: Remove linux/irqchip/mips-gic.h
The linux/irqchip/mips-gic.h header is no longer used. Remove it.
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/17049/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/irqchip/mips-gic.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/irqchip/mips-gic.h b/include/linux/irqchip/mips-gic.h deleted file mode 100644 index 6e6c9adea049..000000000000 --- a/include/linux/irqchip/mips-gic.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. - * - * Copyright (C) 2000, 07 MIPS Technologies, Inc. - */ -#ifndef __LINUX_IRQCHIP_MIPS_GIC_H -#define __LINUX_IRQCHIP_MIPS_GIC_H - -#include <linux/clocksource.h> -#include <linux/ioport.h> - -#endif /* __LINUX_IRQCHIP_MIPS_GIC_H */ |