Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

irqchip: mips-gic: Remove GIC_CPU_INT* macros

The GIC_CPU_INT* macros are never used. Remove the dead code.

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/17038/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Paul Burton and committed by
Ralf Baechle
3ee50dcb ba9cc435

-8
-8
include/linux/irqchip/mips-gic.h
··· 21 21 #define GIC_UMV_SH_COUNTER_31_00_OFS 0x0000 22 22 #define GIC_UMV_SH_COUNTER_63_32_OFS 0x0004 23 23 24 - /* GIC nomenclature for Core Interrupt Pins. */ 25 - #define GIC_CPU_INT0 0 /* Core Interrupt 2 */ 26 - #define GIC_CPU_INT1 1 /* . */ 27 - #define GIC_CPU_INT2 2 /* . */ 28 - #define GIC_CPU_INT3 3 /* . */ 29 - #define GIC_CPU_INT4 4 /* . */ 30 - #define GIC_CPU_INT5 5 /* Core Interrupt 7 */ 31 - 32 24 /* Add 2 to convert GIC CPU pin to core interrupt */ 33 25 #define GIC_CPU_PIN_OFFSET 2 34 26