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 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 53369C433F5 for ; Tue, 11 Oct 2022 14:58:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=YGrZoxKVEUBvLgGeXCY3BjC4jiBSaJjukuZW87yDPJI=; b=v7MbPW9Zn1PnZ9 q9DYL4n28tURZ6e6DPpdlKktK1hI4uJpHerKPIHHVPBbSMC5BpXCi0I6ZRYAva0sG0BBWrUzqCVET Gz36OFw+Hc5Ne7ZQV69EvI3CC3U4x3ZESTVvSDRiZ6Rwlj89iw/vTdkroBjZRkQcLnsCHGcct9rsw ibC+AfjjKMbpteGLkR0z58VnEXq+Gn4kFTyRH7e5NAQeH99rrQ+FoOebEgD7UWTasOungA74kcsnC zA7gsnUm9hMep3wUYAkgFw0aJQ53nJb3dTxiBNt25RAdFQ5REeKhxhxhIBW4fE3VR5z261wYLe8jS mhMo4HRXaMJE1LkNiLjw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oiGha-004bEi-C9; Tue, 11 Oct 2022 14:57:50 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oiGar-004XUR-Go for linux-arm-kernel@lists.infradead.org; Tue, 11 Oct 2022 14:50:54 +0000 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 1D392611C2; Tue, 11 Oct 2022 14:50:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 89D8DC433D7; Tue, 11 Oct 2022 14:50:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665499852; bh=Kl9RoFAq3sCIwA5R+gllPUC3sCxEPBv5CtTb6Rfc7FE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=WOonjs7iJS/HcqPDoIHw4YEe5yT74G+E/DJC+T6087gKwNmJYtCelgxVQ+vSwdUIO 9ps/o+pr01fK+PR0VQlj1Nl58++W8LNAI5SiFr46TeWisNh9tKalMSbi7QRxH855y7 oEykX92P98PRuJUKwAQwGe8VRF/a2P56GgU2tVF+ccDorau4gpsHvIqKoR/uoOPmEN MSsNGmFm2PmmzXSHFRgj0ahrF8IkmXRc1mCDe3Fkr+R+2wpBD+9eHiUE9kdYVDftfB lXI8S3xPZxgTQmuLJaaBTMxu2LUZn9+JJdKZi67OHw41Plo1gs3jVEw28JzY7FchQC ICQMBcYowmSvA== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Arnd Bergmann , kernel test robot , Sasha Levin , andrew@lunn.ch, sebastian.hesselbarth@gmail.com, gregory.clement@bootlin.com, linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org Subject: [PATCH AUTOSEL 6.0 22/46] ARM: orion: fix include path Date: Tue, 11 Oct 2022 10:49:50 -0400 Message-Id: <20221011145015.1622882-22-sashal@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221011145015.1622882-1-sashal@kernel.org> References: <20221011145015.1622882-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221011_075053_617043_C559260A X-CRM114-Status: GOOD ( 13.76 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Arnd Bergmann [ Upstream commit 63872304bdb3decd5454f4dd210c25395278ed13 ] Now that CONFIG_ARCH_MULTIPLATFORM can be disabled anywhere, there is a build failure for plat-orion: arch/arm/plat-orion/irq.c:19:10: fatal error: plat/irq.h: No such file or directory Make the include path unconditional. Reported-by: kernel test robot Signed-off-by: Arnd Bergmann Signed-off-by: Sasha Levin --- arch/arm/plat-orion/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/plat-orion/Makefile b/arch/arm/plat-orion/Makefile index 4e3f25de13c1..830b0be038c6 100644 --- a/arch/arm/plat-orion/Makefile +++ b/arch/arm/plat-orion/Makefile @@ -2,7 +2,7 @@ # # Makefile for the linux kernel. # -ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include +ccflags-y := -I$(srctree)/$(src)/include orion-gpio-$(CONFIG_GPIOLIB) += gpio.o obj-$(CONFIG_PLAT_ORION_LEGACY) += irq.o pcie.o time.o common.o mpp.o -- 2.35.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel