From patchwork Wed Oct 9 10:15:33 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lorenzo Pieralisi X-Patchwork-Id: 13828123 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 81039CF0449 for ; Wed, 9 Oct 2024 10:17:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=vOjlr65Vh0Aa7s2bTe2A+HzXlCcUoFhJYRBqrOFwn8U=; b=W1IBiIw92Cs8cxu3p7X7otDRo3 7QeUbAaWqFUOC1Y6YKYHG4Fof4YvAhZaD6cbFas1Cnj74Bs7y/qFJS06lSMRVbbFdeeK45+NpY6f2 oHfJugvBq91aUktgUd/Mz/FCjN/tdDKGvoXKwsCg+WVcCFS2XlrQHbqbS5nYqsmtybrY4A1Hz9PC1 4mAwEAfsMyf0vwHTd2422uXXiWmmMLnVa32i4lfPMkgeURuWpt8ucxg8AJ6mrzU9J9NewA8Jur2WC tjp0jore+xz25nKS5wyqEuKo+N+4tkeIkSEu5mnh4h2w7B8L4RApOPIX7q2inrExO9tsHLZwgFyQK 2yIrlBNA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1syTkc-00000008qTP-3isb; Wed, 09 Oct 2024 10:17:02 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1syTjI-00000008q89-1W5R for linux-arm-kernel@lists.infradead.org; Wed, 09 Oct 2024 10:15:41 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 046825C5EDB; Wed, 9 Oct 2024 10:15:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4BFEFC4CEC5; Wed, 9 Oct 2024 10:15:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728468939; bh=V9wccIlaXsGR1f5Ly9FDVT2Mayt6sRpwuKEikkvs45I=; h=From:To:Cc:Subject:Date:From; b=c/pSEdcWVDGndbEH2hYtZ76ko8h212nGkIsywwXCMqvRQDlIErvvxmeqc+3Pdyqgf ZPj0H85g9xKp03wbRzTt8986emYCgIgyaW9MPQFhy3ukvkeQagUUFqyWtXaii223be 4GXPPOakOoTpGmROfnUjQ5ZXwHDgRA+pb0kTHDEemw5flLdF1OJF94VXxrcf0yq2bL nw/vhQgaCM+yF4WzIC+0ubiW2kkl0gQ8T9JBeLDty6nlhNTJQ/zB/ADG1eHkW5Ur2r wCIUJfGNBYzYGtZ4+T1tdOba32URSsy/t0GTrqG0+ZVk8GAe/iCVAwD6MCvzRKqdBj aJTvQKUoa66FQ== From: Lorenzo Pieralisi To: linux-kernel@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Lorenzo Pieralisi , Thomas Gleixner , Marc Zyngier Subject: [PATCH] drivers: irqchip: Remove ARM_GIC_V3_ITS_PCI Kconfig leftover Date: Wed, 9 Oct 2024 12:15:33 +0200 Message-ID: <20241009101533.189093-1-lpieralisi@kernel.org> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241009_031540_473625_A5FFD665 X-CRM114-Status: UNSURE ( 8.80 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org GICv3 ITS PCI handling code moved to the MSI parent infrastructure in: commit b5712bf89b4b ("irqchip/gic-v3-its: Provide MSI parent for PCI/MSI[-X]") the code move removed source files that were selected by the the ARM_GIC_V3_ITS_PCI config option; it now sits unused. Remove it. Fixes: b5712bf89b4b ("irqchip/gic-v3-its: Provide MSI parent for PCI/MSI[-X]") Signed-off-by: Lorenzo Pieralisi Cc: Thomas Gleixner Cc: Marc Zyngier --- drivers/irqchip/Kconfig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 341cd9ca5a05..d82bcab233a1 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -45,13 +45,6 @@ config ARM_GIC_V3_ITS select IRQ_MSI_LIB default ARM_GIC_V3 -config ARM_GIC_V3_ITS_PCI - bool - depends on ARM_GIC_V3_ITS - depends on PCI - depends on PCI_MSI - default ARM_GIC_V3_ITS - config ARM_GIC_V3_ITS_FSL_MC bool depends on ARM_GIC_V3_ITS