2022-01-08 14:01:26

by Marc Zyngier

[permalink] [raw]
Subject: [PATCH] irqchip/apple-aic: Drop unused ipi_hwirq field

This field was never used, remove it.

Signed-off-by: Marc Zyngier <[email protected]>
---
drivers/irqchip/irq-apple-aic.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/irqchip/irq-apple-aic.c b/drivers/irqchip/irq-apple-aic.c
index a5927382172a..3683c71a4d27 100644
--- a/drivers/irqchip/irq-apple-aic.c
+++ b/drivers/irqchip/irq-apple-aic.c
@@ -172,7 +172,6 @@ struct aic_irq_chip {
cpumask_t aff;
} *fiq_aff[AIC_NR_FIQ];
int nr_hw;
- int ipi_hwirq;
};

static DEFINE_PER_CPU(uint32_t, aic_fiq_unmasked);
--
2.30.2



2022-01-08 14:03:54

by Hector Martin

[permalink] [raw]
Subject: Re: [PATCH] irqchip/apple-aic: Drop unused ipi_hwirq field

On 2022/01/08 23:01, Marc Zyngier wrote:
> This field was never used, remove it.
>
> Signed-off-by: Marc Zyngier <[email protected]>
> ---
> drivers/irqchip/irq-apple-aic.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/irqchip/irq-apple-aic.c b/drivers/irqchip/irq-apple-aic.c
> index a5927382172a..3683c71a4d27 100644
> --- a/drivers/irqchip/irq-apple-aic.c
> +++ b/drivers/irqchip/irq-apple-aic.c
> @@ -172,7 +172,6 @@ struct aic_irq_chip {
> cpumask_t aff;
> } *fiq_aff[AIC_NR_FIQ];
> int nr_hw;
> - int ipi_hwirq;
> };
>
> static DEFINE_PER_CPU(uint32_t, aic_fiq_unmasked);

Thanks!

Acked-by: Hector Martin <[email protected]>

--
Hector Martin ([email protected])
Public Key: https://mrcn.st/pub

Subject: [irqchip: irq/irqchip-fixes] irqchip/apple-aic: Drop unused ipi_hwirq field

The following commit has been merged into the irq/irqchip-fixes branch of irqchip:

Commit-ID: 45378cd33905966baf16d12ab0adbd56794ee075
Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/45378cd33905966baf16d12ab0adbd56794ee075
Author: Marc Zyngier <[email protected]>
AuthorDate: Sat, 08 Jan 2022 14:01:18
Committer: Marc Zyngier <[email protected]>
CommitterDate: Mon, 17 Jan 2022 12:12:26

irqchip/apple-aic: Drop unused ipi_hwirq field

This field was never used, remove it.

Signed-off-by: Marc Zyngier <[email protected]>
Acked-by: Hector Martin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
---
drivers/irqchip/irq-apple-aic.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/irqchip/irq-apple-aic.c b/drivers/irqchip/irq-apple-aic.c
index 3759dc3..53c4783 100644
--- a/drivers/irqchip/irq-apple-aic.c
+++ b/drivers/irqchip/irq-apple-aic.c
@@ -178,7 +178,6 @@ struct aic_irq_chip {
struct irq_domain *hw_domain;
struct irq_domain *ipi_domain;
int nr_hw;
- int ipi_hwirq;
};

static DEFINE_PER_CPU(uint32_t, aic_fiq_unmasked);