linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 -next 1/2] genirq: export irq_chip_set_wake_parent symbol
@ 2019-02-04  9:58 Brian Masney
  2019-02-04  9:58 ` [PATCH v2 -next 2/2] pinctrl: qcom: spmi-gpio: select IRQ_DOMAIN_HIERARCHY in Kconfig Brian Masney
  2019-02-04 10:03 ` [PATCH v2 -next 1/2] genirq: export irq_chip_set_wake_parent symbol Linus Walleij
  0 siblings, 2 replies; 4+ messages in thread
From: Brian Masney @ 2019-02-04  9:58 UTC (permalink / raw)
  To: linus.walleij, tglx, marc.zyngier
  Cc: linaro-kernel, kernel-build-reports, sboyd, linux-arm-msm,
	broonie, linux-kernel, bjorn.andersson, linux-gpio, linux-next,
	andy.gross, linux-arm-kernel

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>
---
This fixes a build failure in linux-next's spmi-gpio when using
allmodconfig. See https://www.spinics.net/lists/linux-next/msg46362.html
for Mark's message.

Changes since v1:
- Moved message about build failure out of the commit message and into
  the notes field.

 kernel/irq/chip.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c
index 34e969069488..086d5a34b5a0 100644
--- a/kernel/irq/chip.c
+++ b/kernel/irq/chip.c
@@ -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
 
 /**
-- 
2.17.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-04 10:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-04  9:58 [PATCH v2 -next 1/2] genirq: export irq_chip_set_wake_parent symbol Brian Masney
2019-02-04  9:58 ` [PATCH v2 -next 2/2] pinctrl: qcom: spmi-gpio: select IRQ_DOMAIN_HIERARCHY in Kconfig Brian Masney
2019-02-04 10:04   ` Linus Walleij
2019-02-04 10:03 ` [PATCH v2 -next 1/2] genirq: export irq_chip_set_wake_parent symbol Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).