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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 19031C433FE for ; Thu, 20 Oct 2022 17:18:52 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4MtZ7t29tRz3dtM for ; Fri, 21 Oct 2022 04:18:50 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=BHWtPITh; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=2604:1380:4641:c500::1; helo=dfw.source.kernel.org; envelope-from=pali@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=BHWtPITh; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4MtZ6n4GCjz3bjj for ; Fri, 21 Oct 2022 04:17:53 +1100 (AEDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 9E8B461CD4; Thu, 20 Oct 2022 17:17:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3C4F2C433C1; Thu, 20 Oct 2022 17:17:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666286268; bh=1rp6r0y4uMJZEDwYCK7LlaG7tkovwCKcpoYZi+svkvc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BHWtPIThNHNWJkMHYj+qfboxeq2h8Jd4t7AvVxcs2vf23nVosXm1bzJlgx3tWVUex MJLk0OBtTYqYHNMCRZT8ZW+Ljp3HrznaR2wmUVnC5D/5vnXj+sZm+sPgmPEIq29Obn R0sLdstA4kZBnKOohQei2Om5V+u89uaQznkEOOpU1hlE49xVtv8Tzf3JeYziH2XvwG 05DEJB3fvKlyfHe3zJOMoFfqcInbTAbWMGjhPAJfLos9uIQFKKzkUsh3dYat9Vv3t2 yc+7e5Vz8pOzB3M2DQTJQU7KWXJkXDmjFOF+lxs5XQng96/+NFcjhsIskWs3BYl/cF Cnz1QgSmqupXQ== Received: by pali.im (Postfix) id 678B080E; Thu, 20 Oct 2022 19:17:45 +0200 (CEST) Date: Thu, 20 Oct 2022 19:17:45 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Bjorn Helgaas Subject: Re: [PATCH] PCI: Remove unnecessary of_irq.h includes Message-ID: <20221020171745.jxne3unbiq5qt2vq@pali> References: <20221020134547.GA94120@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221020134547.GA94120@bhelgaas> User-Agent: NeoMutt/20180716 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Heiko Stuebner , linux-pci@vger.kernel.org, Linus Walleij , llvm@lists.linux.dev, Minghuan Lian , Conor Dooley , Thierry Reding , Thomas Petazzoni , Bharat Kumar Gogada , Toan Le , linux-riscv@lists.infradead.org, Kishon Vijay Abraham I , Rob Herring , kernel test robot , Joyce Ooi , Jonathan Hunter , bcm-kernel-feedback-list@broadcom.com, Mingkai Hu , Shawn Lin , Lorenzo Pieralisi , Ray Jui , linux-tegra@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Roy Zang , Michal Simek , kbuild-all@lists.01.org, Scott Branden , Daire McNamara , linux-kernel@vger.kernel.org, Tom Joseph , linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Thursday 20 October 2022 08:45:47 Bjorn Helgaas wrote: > [+cc Pali, heads-up for trivial addition of to > pci-mvebu.c] ... > pci-mvebu.c also relies on getting via > , but it actually depends on of_irq.h, so I'll just > add an irqdomain.h include there. > > Bjorn > Ok, that is fine!