From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 08 Feb 2013 06:59:43 +0100 Subject: [U-Boot] [PATCH] Clean up libfdt.h includes In-Reply-To: <51145600.6000209@gmail.com> References: <51145600.6000209@gmail.com> Message-ID: <5114944F.1010801@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/08/2013 02:33 AM, Jerry Van Baren wrote: > The libfdt.h file is the definition file for libfdt. It is unnecessary > to include other fdt header files (the necessary ones are pulled in > by libfdt.h). > > Signed-off-by: Gerald Van Baren Acked-by: Stefan Roese Thanks, Stefan