Re: of: clean-up unnecessary libfdt include paths

2015-06-04 Thread Rob Herring
On Thu, Jun 4, 2015 at 5:20 AM, Michael Ellerman wrote: > On Wed, 2015-03-06 at 05:10:25 UTC, Rob Herring wrote: >> 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. > > What are the "latest dtc i

Re: of: clean-up unnecessary libfdt include paths

2015-06-04 Thread Michael Ellerman
On Wed, 2015-03-06 at 05:10:25 UTC, Rob Herring wrote: > 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. What are the "latest dtc import include fixups" ? > diff --git a/arch/powerpc/kernel/Makef

Re: [PATCH] of: clean-up unnecessary libfdt include paths

2015-06-04 Thread Grant Likely
Grant Likely , Rob Herring , > > Ralf Baechle , Benjamin Herrenschmidt > > , Paul Mackerras , Michael > > Ellerman , linux-m...@linux-mips.org, > > linuxppc-dev@lists.ozlabs.org > > Subject: [PATCH] of: clean-up unnecessary libfdt include paths > > > > With the l

Re: [PATCH] of: clean-up unnecessary libfdt include paths

2015-06-03 Thread Ralf Baechle
ackerras , Michael > Ellerman , linux-m...@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 th

[PATCH] of: clean-up unnecessary libfdt include paths

2015-06-02 Thread Rob Herring
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-m...@lin