Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751792AbdFIJEd (ORCPT ); Fri, 9 Jun 2017 05:04:33 -0400 Received: from conssluserg-05.nifty.com ([210.131.2.90]:60775 "EHLO conssluserg-05.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751743AbdFIJEa (ORCPT ); Fri, 9 Jun 2017 05:04:30 -0400 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-05.nifty.com v5994KQQ013736 X-Nifty-SrcIP: [209.85.161.181] MIME-Version: 1.0 In-Reply-To: <1495602744-18874-1-git-send-email-yamada.masahiro@socionext.com> References: <1495602744-18874-1-git-send-email-yamada.masahiro@socionext.com> From: Masahiro Yamada Date: Fri, 9 Jun 2017 18:04:19 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] powerpc: dts: use #include "..." to include local DT To: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , linuxppc-dev@lists.ozlabs.org, Anatolij Gustschin Cc: Masahiro Yamada , devicetree@vger.kernel.org, Linux Kernel Mailing List , Rob Herring , Mark Rutland Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2094 Lines: 78 Hi (+Anatolij Gustschin ) Ping. I am not 100% sure who is responsible for this, but somebody, could take a look at this patch, please? 2017-05-24 14:12 GMT+09:00 Masahiro Yamada : > Most of DT files in PowerPC use #include "..." to make pre-processor > include DT in the same directory, but we have 3 exceptional files > that use #include <...> for that. > > Fix them to remove -I$(srctree)/arch/$(SRCARCH)/boot/dts path from > dtc_cpp_flags. > > Signed-off-by: Masahiro Yamada > --- > > arch/powerpc/boot/dts/ac14xx.dts | 2 +- > arch/powerpc/boot/dts/mpc5121ads.dts | 2 +- > arch/powerpc/boot/dts/pdm360ng.dts | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/powerpc/boot/dts/ac14xx.dts b/arch/powerpc/boot/dts/ac14xx.dts > index 27fcabc2f857..83bcfd865167 100644 > --- a/arch/powerpc/boot/dts/ac14xx.dts > +++ b/arch/powerpc/boot/dts/ac14xx.dts > @@ -10,7 +10,7 @@ > */ > > > -#include > +#include "mpc5121.dtsi" > > / { > model = "ac14xx"; > diff --git a/arch/powerpc/boot/dts/mpc5121ads.dts b/arch/powerpc/boot/dts/mpc5121ads.dts > index 75888ce2c792..73c30621429b 100644 > --- a/arch/powerpc/boot/dts/mpc5121ads.dts > +++ b/arch/powerpc/boot/dts/mpc5121ads.dts > @@ -9,7 +9,7 @@ > * option) any later version. > */ > > -#include > +#include "mpc5121.dtsi" > > / { > model = "mpc5121ads"; > diff --git a/arch/powerpc/boot/dts/pdm360ng.dts b/arch/powerpc/boot/dts/pdm360ng.dts > index 0cec7244abe7..445b88114009 100644 > --- a/arch/powerpc/boot/dts/pdm360ng.dts > +++ b/arch/powerpc/boot/dts/pdm360ng.dts > @@ -13,7 +13,7 @@ > * option) any later version. > */ > > -#include > +#include "mpc5121.dtsi" > > / { > model = "pdm360ng"; > -- > 2.7.4 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Best Regards Masahiro Yamada