diff options
| author | Sudeep Holla <[email protected]> | 2015-07-15 15:38:29 +0100 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2015-07-27 08:09:38 +0200 |
| commit | 0d3f2c92e004c67404fabea19728c1962b777bd6 (patch) | |
| tree | 6eaea4295e32af67d45377af5ba37594228b51cd /include/linux | |
| parent | aec89ef72ba6c94420f599dcb684ed66937cdacf (diff) | |
irqchip/gic: Remove redundant gic_set_irqchip_flags
Now that the GIC chip implementation enables IRQCHIP_SKIP_SET_WAKE and
IRQCHIP_MASK_ON_SUSPEND by default, the platforms requiring them need
not override the irqchip flags as before.
This patch removes all the users of gic_set_irqchip_flags and the
function itself.
Signed-off-by: Sudeep Holla <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Cc: Marc Zyngier <[email protected]>
Cc: Simon Horman <[email protected]>
Cc: Jason Cooper <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: Magnus Damm <[email protected]>
Cc: Gregory CLEMENT <[email protected]>
Cc: Geert Uytterhoeven <[email protected]>
Cc: Lorenzo Pieralisi <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/irqchip/arm-gic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/irqchip/arm-gic.h b/include/linux/irqchip/arm-gic.h index 9de976b4f9a7..61a2007eb49a 100644 --- a/include/linux/irqchip/arm-gic.h +++ b/include/linux/irqchip/arm-gic.h @@ -95,7 +95,6 @@ struct device_node; -void gic_set_irqchip_flags(unsigned long flags); void gic_init_bases(unsigned int, int, void __iomem *, void __iomem *, u32 offset, struct device_node *); void gic_cascade_irq(unsigned int gic_nr, unsigned int irq); |