From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: libfdt: libfdt_env.h must be included first In-Reply-To: Your message of "Tue, 16 Oct 2007 13:50:34 +1000." <20071016035034.GP26787@localhost.localdomain> References: <20071016035034.GP26787@localhost.localdomain> Date: Tue, 16 Oct 2007 07:38:12 -0500 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So, like, the other day David Gibson mumbled: > libfdt.h currently includes fdt.h, then libfdt_env.h. This is > incorrect, because depending on the environment into which libfdt is > embedded, libfdt_env.h may be needed to define datatypes used in > fdt.h. This patch corrects the problem. > > Signed-off-by: David Gibson > --- > > I've sent this one before, but I guess it got lost in the backlog. Sorry. There was some froohah around it and I didn't track where it landed. Applied. jdl