[tip: irq/drivers] irqchip/irq-bcm7038-l1: Remove unused reg_mask_status()

tip-bot2 for Krzysztof Kozlowski posted 1 patch 2 months, 4 weeks ago
drivers/irqchip/irq-bcm7038-l1.c | 6 ------
1 file changed, 6 deletions(-)
[tip: irq/drivers] irqchip/irq-bcm7038-l1: Remove unused reg_mask_status()
Posted by tip-bot2 for Krzysztof Kozlowski 2 months, 4 weeks ago
The following commit has been merged into the irq/drivers branch of tip:

Commit-ID:     45cc441de72e61b92d5eed5a9851a0301a7469de
Gitweb:        https://git.kernel.org/tip/45cc441de72e61b92d5eed5a9851a0301a7469de
Author:        Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
AuthorDate:    Thu, 06 Nov 2025 16:52:01 +01:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Tue, 11 Nov 2025 22:11:17 +01:00

irqchip/irq-bcm7038-l1: Remove unused reg_mask_status()

reg_mask_status() is not referenced anywhere leading to W=1 warning:

  irq-bcm7038-l1.c:85:28: error: unused function 'reg_mask_status' [-Werror,-Wunused-function]

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Link: https://patch.msgid.link/20251106155200.337399-2-krzysztof.kozlowski@linaro.org
---
 drivers/irqchip/irq-bcm7038-l1.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/irqchip/irq-bcm7038-l1.c b/drivers/irqchip/irq-bcm7038-l1.c
index 821b288..ea1446c 100644
--- a/drivers/irqchip/irq-bcm7038-l1.c
+++ b/drivers/irqchip/irq-bcm7038-l1.c
@@ -82,12 +82,6 @@ static inline unsigned int reg_status(struct bcm7038_l1_chip *intc,
 	return (0 * intc->n_words + word) * sizeof(u32);
 }
 
-static inline unsigned int reg_mask_status(struct bcm7038_l1_chip *intc,
-					   unsigned int word)
-{
-	return (1 * intc->n_words + word) * sizeof(u32);
-}
-
 static inline unsigned int reg_mask_set(struct bcm7038_l1_chip *intc,
 					unsigned int word)
 {