From: Marc Zyngier <maz@kernel.org>
To: linux-kernel@vger.kernel.org
Cc: marcan@marcan.st, Thomas Gleixner <tglx@linutronix.de>,
kernel-team@android.com
Subject: [PATCH] irqchip/apple-aic: Drop unused ipi_hwirq field
Date: Sat, 8 Jan 2022 14:01:18 +0000 [thread overview]
Message-ID: <20220108140118.3378937-1-maz@kernel.org> (raw)
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
next reply other threads:[~2022-01-08 14:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-08 14:01 Marc Zyngier [this message]
2022-01-08 14:03 ` Hector Martin
2022-01-17 12:24 ` [irqchip: irq/irqchip-fixes] " irqchip-bot for Marc Zyngier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220108140118.3378937-1-maz@kernel.org \
--to=maz@kernel.org \
--cc=kernel-team@android.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marcan@marcan.st \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome