From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423279AbdEYB2p (ORCPT ); Wed, 24 May 2017 21:28:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:34888 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161792AbdEYB2o (ORCPT ); Wed, 24 May 2017 21:28:44 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2660323957 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org Date: Thu, 25 May 2017 09:27:47 +0800 From: Shawn Guo To: Masahiro Yamada Cc: Fabio Estevam , devicetree@vger.kernel.org, Sascha Hauer , linux-kernel@vger.kernel.org, Rob Herring , linux-arm-kernel@lists.infradead.org, Mark Rutland , Russell King Subject: Re: [PATCH] ARM: dts: imx6: use #include "..." to include local DT Message-ID: <20170525012745.GQ26102@dragon> References: <1495602162-14672-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1495602162-14672-1-git-send-email-yamada.masahiro@socionext.com> 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 Wed, May 24, 2017 at 02:02:42PM +0900, Masahiro Yamada wrote: > Most of DT files in ARM use #include "..." to make pre-processor > include DT in the same directory, but we have some 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 Applied, thanks.