From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753281AbdEMPnq (ORCPT ); Sat, 13 May 2017 11:43:46 -0400 Received: from gloria.sntech.de ([95.129.55.99]:35680 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752537AbdEMPnp (ORCPT ); Sat, 13 May 2017 11:43:45 -0400 From: Heiko Stuebner To: Ian Campbell 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 Subject: Re: [PATCH] arm64: dts: rockchip: Drop explicit "include/" prefix from #include Date: Sat, 13 May 2017 17:43:40 +0200 Message-ID: <3956756.APWK7IdRuP@phil> User-Agent: KMail/5.2.3 (Linux/4.9.0-2-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: <20170512235357.19486-1-ijc@hellion.org.uk> References: <20170512235357.19486-1-ijc@hellion.org.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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/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 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 [0] https://www.spinics.net/lists/arm-kernel/msg580846.html