From nobody Tue Jun 30 13:05:58 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69444C4332F for ; Mon, 17 Jan 2022 12:24:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239921AbiAQMYj (ORCPT ); Mon, 17 Jan 2022 07:24:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38004 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239855AbiAQMYZ (ORCPT ); Mon, 17 Jan 2022 07:24:25 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D59E3C06161C for ; Mon, 17 Jan 2022 04:24:24 -0800 (PST) Date: Mon, 17 Jan 2022 12:24:22 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1642422263; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AZVEXXyfBUrpTTBZNXwJvWy0L0Qx06oa77j1XLIg4ek=; b=gF92KpQjLc/9+PCFXqwArY8boArWbqqOJg+kIqmB76psY41iG31SMSII/CM578fo8C6mEE pg6EPw8xt/M/qGBp4XFqScq6qwrxydb4atqJBrGclo/TsXMHBwvzZ5yUG1CIKR7q5MBoVV pK0QUei1cGZhg1uVPehut/K9Pcl3WWPMaot5q2g+6L2jejVBm0hXI4hzacmuT6Fc5GYdWC VdH0VtS9HX8aXn8BZg5WlRVj3nR6GxWLKSMWjGagCEHIiqrMMZR+BUcO6BlRR/TIKxwgT/ ziuvxRpSHi6XMwLq8eABzZ+8iHqdtJC5MHoWSx9EkM5NHP3KvMDoaUYDp5myLA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1642422263; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AZVEXXyfBUrpTTBZNXwJvWy0L0Qx06oa77j1XLIg4ek=; b=2jqo5NmK3ZpuwKalZzFUHN4+h9ySf2hyAa6/mRwsW7F2gg4+YkrH8U61E1VFWK4JKuLgV6 sKJgvMMNtGuQxLAg== From: "irqchip-bot for Marc Zyngier" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-kernel@vger.kernel.org Subject: [irqchip: irq/irqchip-fixes] irqchip/apple-aic: Drop unused ipi_hwirq field Cc: Marc Zyngier , Hector Martin , tglx@linutronix.de In-Reply-To: <20220108140118.3378937-1-maz@kernel.org> References: <20220108140118.3378937-1-maz@kernel.org> MIME-Version: 1.0 Message-ID: <164242226258.16921.4490894235029862313.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the irq/irqchip-fixes branch of i= rqchip: Commit-ID: 45378cd33905966baf16d12ab0adbd56794ee075 Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-plat= forms/45378cd33905966baf16d12ab0adbd56794ee075 Author: Marc Zyngier AuthorDate: Sat, 08 Jan 2022 14:01:18=20 Committer: Marc Zyngier CommitterDate: Mon, 17 Jan 2022 12:12:26=20 irqchip/apple-aic: Drop unused ipi_hwirq field This field was never used, remove it. Signed-off-by: Marc Zyngier Acked-by: Hector Martin 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-ai= c.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; }; =20 static DEFINE_PER_CPU(uint32_t, aic_fiq_unmasked);