From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756555AbdEMAxl (ORCPT ); Fri, 12 May 2017 20:53:41 -0400 Received: from mail-pf0-f171.google.com ([209.85.192.171]:35721 "EHLO mail-pf0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751900AbdEMAxk (ORCPT ); Fri, 12 May 2017 20:53:40 -0400 Date: Fri, 12 May 2017 17:53:36 -0700 From: Brian Norris To: Ian Campbell Cc: linux-kernel@vger.kernel.org, Heiko Stuebner , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH] arm64: dts: rockchip: Drop explicit "include/" prefix from #include Message-ID: <20170513005335.GB23103@google.com> References: <20170512235357.19486-1-ijc@hellion.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170512235357.19486-1-ijc@hellion.org.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 13, 2017 at 12:53:57AM +0100, Ian Campbell wrote: > It not necessary and counter to how all the other files are done. > > It also happens to break the build in the split device tree repo > https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/ > > Signed-off-by: Ian Campbell > Cc: Brian Norris > Cc: Heiko Stuebner > Cc: Rob Herring > Cc: Mark Rutland > Cc: Catalin Marinas > Cc: Will Deacon > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-rockchip@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > --- > arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts b/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts > index 658bb9dc9dfd..7bd31066399b 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts > +++ b/arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts > @@ -44,7 +44,7 @@ > > /dts-v1/; > #include "rk3399-gru.dtsi" > -#include > +#include Whoops, didn't catch that when porting this to mainline. Thanks! Reviewed-by: Brian Norris > > /* > * Kevin-specific things > -- > 2.11.0 >