[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <175325505078.1420.10124095150535091023.tip-bot2@tip-bot2>
Date: Wed, 23 Jul 2025 07:17:30 -0000
From: "tip-bot2 for Will McVicker" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: "Rob Herring (Arm)" <robh@...nel.org>, Arnd Bergmann <arnd@...db.de>,
Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@...lic.gmane.org>,
Youngmin Nam <youngmin.nam@...sung.com>,
Will McVicker <willmcvicker@...gle.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: timers/clocksource] of/irq: Export of_irq_count for modules
The following commit has been merged into the timers/clocksource branch of tip:
Commit-ID: 2abaaf8cc1104906cb2241a067e380a6295ffada
Gitweb: https://git.kernel.org/tip/2abaaf8cc1104906cb2241a067e380a6295ffada
Author: Will McVicker <willmcvicker@...gle.com>
AuthorDate: Fri, 20 Jun 2025 11:17:04 -07:00
Committer: Daniel Lezcano <daniel.lezcano@...aro.org>
CommitterDate: Tue, 15 Jul 2025 13:00:50 +02:00
of/irq: Export of_irq_count for modules
Need to export `of_irq_count` in preparation for modularizing the Exynos
MCT driver which uses this API for setting up the timer IRQs.
Acked-by: Rob Herring (Arm) <robh@...nel.org>
Acked-by: Arnd Bergmann <arnd@...db.de>
Reviewed-by: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@...lic.gmane.org>
Reviewed-by: Youngmin Nam <youngmin.nam@...sung.com>
Tested-by: Youngmin Nam <youngmin.nam@...sung.com>
Signed-off-by: Will McVicker <willmcvicker@...gle.com>
Link: https://lore.kernel.org/r/20250620181719.1399856-2-willmcvicker@google.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@...aro.org>
---
drivers/of/irq.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/of/irq.c b/drivers/of/irq.c
index f8ad79b..5adda1d 100644
--- a/drivers/of/irq.c
+++ b/drivers/of/irq.c
@@ -519,6 +519,7 @@ int of_irq_count(struct device_node *dev)
return nr;
}
+EXPORT_SYMBOL_GPL(of_irq_count);
/**
* of_irq_to_resource_table - Fill in resource table with node's IRQ info
Powered by blists - more mailing lists