From mboxrd@z Thu Jan 1 00:00:00 1970 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 97969C19F29 for ; Wed, 27 Jul 2022 19:28:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234354AbiG0T2b (ORCPT ); Wed, 27 Jul 2022 15:28:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47712 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233637AbiG0T2S (ORCPT ); Wed, 27 Jul 2022 15:28:18 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0404F13DEB; Wed, 27 Jul 2022 12:28:16 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 0FCA7B82267; Wed, 27 Jul 2022 19:28:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70AB5C433D7; Wed, 27 Jul 2022 19:28:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658950093; bh=Pkak1xmS/KS/lOCrf6Z7riQBx0qJzhip3ZEO4VloQaQ=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=Y5mlaEEyBsAzs0vFdiDD9OrkSxt3CnArNYvAYKUZF4wkR1hvLnsSYS09duKikaka/ +lhWgZUcHVU1AvSXa5kKbce0vWtTzwuLjSTCx93g3cGNwXNiBDWNgQSUZj1YHMLDCu CJgJ8oRvBLX8qlkriMtUFsESqfYv8Vf+z9orNQ/eNF+ntpJ9hXwf9cKCXjrmoX2ZgE rGyybK5Gag3+rpYXYQNw40ea+sueNbBgUhLQ2L6jTaSqxyAZgF7yEL0q1U0kfBwrr/ M0JSLnJqA99FC/UplkOVcGDqtZwKVqoaGezAJz98YWdXo2YL25n8yzIqo3n4yZs13r X9Z61otK/ipng== Date: Wed, 27 Jul 2022 14:28:11 -0500 From: Bjorn Helgaas To: Johan Hovold Cc: Stanimir Varbanov , Andy Gross , Bjorn Andersson , Lorenzo Pieralisi , Rob Herring , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Johan Hovold , Selvam Sathappan Periakaruppan , Baruch Siach , Dmitry Baryshkov , Robert Marko , Christian Marangi , linux-arm-msm@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Bjorn Helgaas Subject: Re: [PATCH 1/2] PCI: qcom: Drop unnecessary include Message-ID: <20220727192811.GA218230@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Tue, Jul 26, 2022 at 02:21:14PM +0200, Johan Hovold wrote: > On Fri, Jul 22, 2022 at 10:49:18AM -0500, Bjorn Helgaas wrote: > > From: Bjorn Helgaas > > > > pcie-qcom.c uses nothing from , so remove the > > unnecessary include of it. > > Appears to be unused since commit 7c5925afbc58 ("PCI: dwc: Move MSI IRQs > allocation to IRQ domains hierarchical API") so there may be other > driver that also no longer need it. Thanks for digging that out! You're right, there's a long list of drivers that include but don't appear to need it. I'm going to drop this patch and try to do them all at once. > > Signed-off-by: Bjorn Helgaas > > Reviewed-by: Johan Hovold