From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751936AbdEQBNz (ORCPT ); Tue, 16 May 2017 21:13:55 -0400 Received: from benson.default.arb33.uk0.bigv.io ([46.43.0.16]:36916 "EHLO benson.default.arb33.uk0.bigv.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751291AbdEQBNu (ORCPT ); Tue, 16 May 2017 21:13:50 -0400 Message-ID: <1494983622.32636.5.camel@hellion.org.uk> Subject: Re: [PATCH] arm64: dts: rockchip: Drop explicit "include/" prefix from #include From: Ian Campbell To: Heiko Stuebner , Arnd Bergmann , Olof Johansson Cc: linux-kernel@vger.kernel.org, Brian Norris , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Date: Wed, 17 May 2017 02:13:42 +0100 In-Reply-To: <3956756.APWK7IdRuP@phil> References: <20170512235357.19486-1-ijc@hellion.org.uk> <3956756.APWK7IdRuP@phil> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2017-05-13 at 17:43 +0200, Heiko Stuebner wrote: > Hi Ian, > > Am Samstag, 13. Mai 2017, 00:53:57 CEST schrieb Ian Campbell: > > 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/devicetr > > ee-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 > > that glitch also breaks Olof's patch [0] fixing a depmod symlink > recursion in that it creates > > ../arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts:47:57: fatal > error: include/dt-bindings/input/linux-event-codes.h: File or > directory not found >  #include > > with only Olof's patch applied. So I guess both patches should go > together with this one in front, so to be on the safe side, if some > else > is going to apply both: > > Reviewed-by: Heiko Stuebner Not sure who should/wil merge this, but it seems I neglected to Cc Arnd and Olof so I'm doing so now. Would be good to get this in soonish. Ian