summaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorGerald Van Baren <gvb@unssw.com>2013-02-08 00:49:54 (GMT)
committerGerald Van Baren <gvb@unssw.com>2013-02-09 03:32:38 (GMT)
commit58864ddc7276ca7403ddbb716da5853638f37519 (patch)
tree2a856b746a243fb223d547aeb301a4d236dea75d /arch/x86
parent8aa5ec6e1628116e655fbd036391ebc1987588f9 (diff)
downloadu-boot-fsl-qoriq-58864ddc7276ca7403ddbb716da5853638f37519.tar.xz
Clean up libfdt.h includes
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 <gvb@unssw.com> Acked-by: Simon Glass <sjg@chromium.org> Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/asm/arch-coreboot/sysinfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/include/asm/arch-coreboot/sysinfo.h b/arch/x86/include/asm/arch-coreboot/sysinfo.h
index bd88eb5..78d3a9d 100644
--- a/arch/x86/include/asm/arch-coreboot/sysinfo.h
+++ b/arch/x86/include/asm/arch-coreboot/sysinfo.h
@@ -32,8 +32,7 @@
#include <common.h>
#include <compiler.h>
-#include <libfdt_env.h>
-#include <fdt.h>
+#include <libfdt.h>
#include <asm/arch/tables.h>
/* Allow a maximum of 16 memory range definitions. */