From 74d1e66d22dac91388bc538b2fe19f735edc5b82 Mon Sep 17 00:00:00 2001 From: Bartlomiej Sieka Date: Thu, 27 Mar 2008 15:06:40 +0100 Subject: Fix host tool build breakage, take two Revert commit 87c8431f and fix build breakage so that the build continues to work on FC systems. Signed-off-by: Bartlomiej Sieka --- include/fdt.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/fdt.h') diff --git a/include/fdt.h b/include/fdt.h index 39beada63..48ccfd910 100644 --- a/include/fdt.h +++ b/include/fdt.h @@ -3,10 +3,6 @@ #ifndef __ASSEMBLY__ -#ifdef USE_HOSTCC -#include -#endif - struct fdt_header { uint32_t magic; /* magic word FDT_MAGIC */ uint32_t totalsize; /* total size of DT block */ -- cgit v1.2.3