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 23797C433FE for ; Tue, 11 Oct 2022 15:27:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230274AbiJKP1q (ORCPT ); Tue, 11 Oct 2022 11:27:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40312 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230199AbiJKP1F (ORCPT ); Tue, 11 Oct 2022 11:27:05 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 27AEBD38E4; Tue, 11 Oct 2022 08:18:04 -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 sin.source.kernel.org (Postfix) with ESMTPS id 88651CE188E; Tue, 11 Oct 2022 14:54:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EE58BC433C1; Tue, 11 Oct 2022 14:54:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665500050; bh=poWo66Ew23pjdPqCySrVu6RmHwqjHqXtnGvPjkXg3qc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=TS0G0hU1DTqSUENlWMXlmEa48RlQgIQNtzqbWrkbB12b9fLrfEVrtkOb5LHNEiB6a wv5NtgtCSA3FUTtnqsItGVNxd0pPTMwEsFb0BdQDzNcDKTCEIQo1h4NLgUNmQfnH1J 4sdOirjqOW0S6t2NgfOlTHLsb3f+yz7qU1wsVivuyhPeD0N6AD6eL0f8J46fU9qfcz 3Z/tKwopazNPysIUKO9VxgGeRpmlknv/yz4igZa8BVur1r4PwC+bvSg1Q3pcgW7bQy SAUDjSeHhBI6qgrqYSZ6JEc5WbTTowRkcQVgjFOZkKExOEwwq6z1YPG+gT7OOWzdRz H6ES77fFT9r7g== 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 4.19 09/11] ARM: orion: fix include path Date: Tue, 11 Oct 2022 10:53:56 -0400 Message-Id: <20221011145358.1624959-9-sashal@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221011145358.1624959-1-sashal@kernel.org> References: <20221011145358.1624959-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.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 9433605cd290..06c3530d8ad5 100644 --- a/arch/arm/plat-orion/Makefile +++ b/arch/arm/plat-orion/Makefile @@ -1,7 +1,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 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 2025AC433FE for ; Tue, 11 Oct 2022 15:57:54 +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=2mbgOs32Frc+OUmZzeKXqnrfYK9is/0nOhHX8tgaKjE=; b=I3jJ2/O5O5fdIW DrUeuphp0maJkrqKGF7rIosQXTZ8cptcjwPqTNolge8SxOfPjmHi7jGWbNW7hqdjGKv6AiJXxJ4Eu MoprZiRihUbawzJ7GM2De85hIeCeRQzpElCkpqmJIamwcOIInlWyv2Je1gViHP7aHFvDiRuSP+k6a uVdmXmNjbq0b0y5fq7+u7zkJQaPT9iFDFzrVmr31Y5Pf1ag3anLEmDq5HtbmR4OBhgg26wxRWFX7Z O0ozZDf20OQaoPPhNu9HtWmL37KAqMq3Ny1npZpsX+afCPwKRUWVOSzR1qarDq9IMzgMvycFRaKQ2 GOOja+SxFfCmhM/SpG5g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oiHcV-004zZX-UF; Tue, 11 Oct 2022 15:56:40 +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 1oiGe3-004ZOL-Gn for linux-arm-kernel@lists.infradead.org; Tue, 11 Oct 2022 14:54:13 +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 190D1611F5; Tue, 11 Oct 2022 14:54:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EE58BC433C1; Tue, 11 Oct 2022 14:54:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665500050; bh=poWo66Ew23pjdPqCySrVu6RmHwqjHqXtnGvPjkXg3qc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=TS0G0hU1DTqSUENlWMXlmEa48RlQgIQNtzqbWrkbB12b9fLrfEVrtkOb5LHNEiB6a wv5NtgtCSA3FUTtnqsItGVNxd0pPTMwEsFb0BdQDzNcDKTCEIQo1h4NLgUNmQfnH1J 4sdOirjqOW0S6t2NgfOlTHLsb3f+yz7qU1wsVivuyhPeD0N6AD6eL0f8J46fU9qfcz 3Z/tKwopazNPysIUKO9VxgGeRpmlknv/yz4igZa8BVur1r4PwC+bvSg1Q3pcgW7bQy SAUDjSeHhBI6qgrqYSZ6JEc5WbTTowRkcQVgjFOZkKExOEwwq6z1YPG+gT7OOWzdRz H6ES77fFT9r7g== 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 4.19 09/11] ARM: orion: fix include path Date: Tue, 11 Oct 2022 10:53:56 -0400 Message-Id: <20221011145358.1624959-9-sashal@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221011145358.1624959-1-sashal@kernel.org> References: <20221011145358.1624959-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_075411_634735_9D9185DE X-CRM114-Status: GOOD ( 13.86 ) 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 9433605cd290..06c3530d8ad5 100644 --- a/arch/arm/plat-orion/Makefile +++ b/arch/arm/plat-orion/Makefile @@ -1,7 +1,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