]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
genirq: export irq_chip_set_wake_parent symbol
authorBrian Masney <masneyb@onstation.org>
Mon, 4 Feb 2019 09:58:52 +0000 (04:58 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 4 Feb 2019 10:02:51 +0000 (11:02 +0100)
Export the irq_chip_set_wake_parent symbol so that drivers with
hierarchical IRQ chips can be built as a module.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Reported-by: Mark Brown <broonie@kernel.org>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
kernel/irq/chip.c

index 34e969069488882d234c94b0466af0591c965ea1..086d5a34b5a0cf087f61f92414a1751c313d7c64 100644 (file)
@@ -1381,6 +1381,7 @@ int irq_chip_set_wake_parent(struct irq_data *data, unsigned int on)
 
        return -ENOSYS;
 }
+EXPORT_SYMBOL_GPL(irq_chip_set_wake_parent);
 #endif
 
 /**