irqchip/gic-v3: Remove duplicate definition of GICD_TYPER_LPIS
authorAlim Akhtar <alim.akhtar@samsung.com>
Wed, 4 Jan 2017 08:24:20 +0000 (13:54 +0530)
committerMarc Zyngier <marc.zyngier@arm.com>
Wed, 8 Feb 2017 13:54:11 +0000 (13:54 +0000)
GICD_TYPER_LPIS macro is defined twice in this file. This patch removes the
duplicate entry.

Fixes: f5c1434c217f ("irqchip: GICv3: rework redistributor structure")
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
include/linux/irqchip/arm-gic-v3.h

index 400ed7ad2bfff77e7df993bc54d9de5f05207f9d..725e86b506f313e0070767a946fc18b60e5a9193 100644 (file)
@@ -73,7 +73,6 @@
 
 #define GICD_TYPER_ID_BITS(typer)      ((((typer) >> 19) & 0x1f) + 1)
 #define GICD_TYPER_IRQS(typer)         ((((typer) & 0x1f) + 1) * 32)
-#define GICD_TYPER_LPIS                        (1U << 17)
 
 #define GICD_IROUTER_SPI_MODE_ONE      (0U << 31)
 #define GICD_IROUTER_SPI_MODE_ANY      (1U << 31)