From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cvs.linux-mips.org (eddie.linux-mips.org [148.251.95.138]) by lists.ozlabs.org (Postfix) with ESMTP id A8AF91A005A for ; Wed, 3 Jun 2015 18:26:48 +1000 (AEST) Received: from localhost.localdomain ([127.0.0.1]:37599 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S27026923AbbFCI0qa3D7P (ORCPT ); Wed, 3 Jun 2015 10:26:46 +0200 Date: Wed, 3 Jun 2015 10:26:38 +0200 From: Ralf Baechle To: Rob Herring Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Grant Likely , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , linux-mips@linux-mips.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] of: clean-up unnecessary libfdt include paths Message-ID: <20150603082638.GJ9839@linux-mips.org> References: <1433308225-13874-1-git-send-email-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1433308225-13874-1-git-send-email-robh@kernel.org> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Jun 03, 2015 at 12:10:25AM -0500, Rob Herring wrote: > Date: Wed, 3 Jun 2015 00:10:25 -0500 > From: Rob Herring > To: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org > Cc: Grant Likely , Rob Herring , > Ralf Baechle , Benjamin Herrenschmidt > , Paul Mackerras , Michael > Ellerman , linux-mips@linux-mips.org, > linuxppc-dev@lists.ozlabs.org > Subject: [PATCH] of: clean-up unnecessary libfdt include paths > > With the latest dtc import include fixups, it is no longer necessary to > add explicit include paths to use libfdt. Remove these across the > kernel. > > Signed-off-by: Rob Herring > Cc: Ralf Baechle > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Michael Ellerman > Cc: Grant Likely > Cc: linux-mips@linux-mips.org > Cc: linuxppc-dev@lists.ozlabs.org For the MIPS bits; Acked-by: Ralf Baechle Ralf