diff options
author | Paul Burton <paul.burton@imgtec.com> | 2014-01-15 10:31:57 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-26 23:09:07 +0100 |
commit | 9d9812706f17c296f0ce3c932276f3757163cfa1 (patch) | |
tree | aea4c488414b48a6ea4e0551f42ff14bfb114123 /arch/mips/kernel/irq-gic.c | |
parent | e56b6aa6da1a77175e003c85cdb554db7154b1c9 (diff) | |
download | blackbird-op-linux-9d9812706f17c296f0ce3c932276f3757163cfa1.tar.gz blackbird-op-linux-9d9812706f17c296f0ce3c932276f3757163cfa1.zip |
MIPS: Remove gcmpregs.h
This header was used only by Malta but is used no longer. Remove it. It
was also included unnecessarily in irq-gic.c, so that include is also
removed.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6366/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/irq-gic.c')
-rw-r--r-- | arch/mips/kernel/irq-gic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/kernel/irq-gic.c b/arch/mips/kernel/irq-gic.c index 5b5ddb231f26..8520dad6d4e3 100644 --- a/arch/mips/kernel/irq-gic.c +++ b/arch/mips/kernel/irq-gic.c @@ -16,7 +16,6 @@ #include <asm/gic.h> #include <asm/setup.h> #include <asm/traps.h> -#include <asm/gcmpregs.h> #include <linux/hardirq.h> #include <asm-generic/bitops/find.h> |