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 AF299C433F5 for ; Tue, 11 Oct 2022 15:19:12 +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=INSY4F6V6+ht81 gEMkKt8AYe2+V0MV+v8f9H9DDeQs5+JKaRKgk4+OI8id2XHHBN10EMGp0qH8gxs5K5hlZ6vv/ZTly 7lWW39yNw82zpm1X7yO8CeTx8gJwSQoQ5PnG48kKKGOYgYJEBDbdjjYvT/rJB2rZfeYbUOPduDrtF G7SrDDY5ULu0eYzsVc+i37eca0FKg06GUH2/dwSBx6UvCc4yACuMEHJn2M0qHhp/83XQE4vf04N1a gWHnwcwt6jXpJp05t54E/f67Usp4yQtRiVylnkuJZSrO99ZWQdrF7BEK7bn8cczgTT5ISgFQD/2HS PapksHvXe3ABKTZmmftg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oiH16-004jeT-Ho; Tue, 11 Oct 2022 15:18:01 +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 1oiGc2-004YCu-Tg for linux-arm-kernel@lists.infradead.org; Tue, 11 Oct 2022 14:52:08 +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 45BF9611C0; Tue, 11 Oct 2022 14:52:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 254AFC43141; Tue, 11 Oct 2022 14:52:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665499926; bh=Kl9RoFAq3sCIwA5R+gllPUC3sCxEPBv5CtTb6Rfc7FE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Od3mhZ+ZYkNAVQEjYPQsEAELzzWKjU5pfLFRDcwcE9l+C5DLQJYch24u7gMQJyc3z 2xFbJZdqSTB0duukp3XUnoHD5ym18+J2ZtenEWQFC1YER7KxxbfdFvYt1TsD/3LQJz KJBon5JAVYeO4ieTMMRd4qj6Sjfq+1UhEXvw9VaLvLXnmrfUDZC33jtax3A/db/K5b r2UppPydWPxS+eKkh/AJVb7f0i+WMugtUW7LbI79GTfWROrGutRQRGQBjmm4FOMclg lfmGAaHs6iQZkRmrDNPko7BG+exlqp2ung3gVEMHlfVZK1GlKhZTI0+LE/M+lD4kus HyQtoWgU5FM0Q== 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 5.19 22/40] ARM: orion: fix include path Date: Tue, 11 Oct 2022 10:51:11 -0400 Message-Id: <20221011145129.1623487-22-sashal@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221011145129.1623487-1-sashal@kernel.org> References: <20221011145129.1623487-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_075207_051628_BC440CE9 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