linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] irqchip/apple-aic: Drop unused ipi_hwirq field
@ 2022-01-08 14:01 Marc Zyngier
  2022-01-08 14:03 ` Hector Martin
  2022-01-17 12:24 ` [irqchip: irq/irqchip-fixes] " irqchip-bot for Marc Zyngier
  0 siblings, 2 replies; 3+ messages in thread
From: Marc Zyngier @ 2022-01-08 14:01 UTC (permalink / raw)
  To: linux-kernel; +Cc: marcan, Thomas Gleixner, kernel-team

This field was never used, remove it.

Signed-off-by: Marc Zyngier <maz@kernel.org>
---
 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


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

* Re: [PATCH] irqchip/apple-aic: Drop unused ipi_hwirq field
  2022-01-08 14:01 [PATCH] irqchip/apple-aic: Drop unused ipi_hwirq field Marc Zyngier
@ 2022-01-08 14:03 ` Hector Martin
  2022-01-17 12:24 ` [irqchip: irq/irqchip-fixes] " irqchip-bot for Marc Zyngier
  1 sibling, 0 replies; 3+ messages in thread
From: Hector Martin @ 2022-01-08 14:03 UTC (permalink / raw)
  To: Marc Zyngier, linux-kernel; +Cc: Thomas Gleixner, kernel-team

On 2022/01/08 23:01, Marc Zyngier wrote:
> This field was never used, remove it.
> 
> Signed-off-by: Marc Zyngier <maz@kernel.org>
> ---
>  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 <marcan@marcan.st>

-- 
Hector Martin (marcan@marcan.st)
Public Key: https://mrcn.st/pub

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

* [irqchip: irq/irqchip-fixes] irqchip/apple-aic: Drop unused ipi_hwirq field
  2022-01-08 14:01 [PATCH] irqchip/apple-aic: Drop unused ipi_hwirq field Marc Zyngier
  2022-01-08 14:03 ` Hector Martin
@ 2022-01-17 12:24 ` irqchip-bot for Marc Zyngier
  1 sibling, 0 replies; 3+ messages in thread
From: irqchip-bot for Marc Zyngier @ 2022-01-17 12:24 UTC (permalink / raw)
  To: linux-kernel; +Cc: Marc Zyngier, Hector Martin, tglx

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 <maz@kernel.org>
AuthorDate:    Sat, 08 Jan 2022 14:01:18 
Committer:     Marc Zyngier <maz@kernel.org>
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 <maz@kernel.org>
Acked-by: Hector Martin <marcan@marcan.st>
Link: https://lore.kernel.org/r/20220108140118.3378937-1-maz@kernel.org
---
 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);

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

end of thread, other threads:[~2022-01-17 12:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-08 14:01 [PATCH] irqchip/apple-aic: Drop unused ipi_hwirq field Marc Zyngier
2022-01-08 14:03 ` Hector Martin
2022-01-17 12:24 ` [irqchip: irq/irqchip-fixes] " irqchip-bot for Marc Zyngier

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).