summaryrefslogtreecommitdiffstats
path: root/arch/nios2
diff options
context:
space:
mode:
authorGerald Van Baren <gvb@unssw.com>2013-02-07 19:49:54 -0500
committerGerald Van Baren <gvb@unssw.com>2013-02-08 22:32:38 -0500
commit58864ddc7276ca7403ddbb716da5853638f37519 (patch)
tree2a856b746a243fb223d547aeb301a4d236dea75d /arch/nios2
parent8aa5ec6e1628116e655fbd036391ebc1987588f9 (diff)
downloadblackbird-obmc-uboot-58864ddc7276ca7403ddbb716da5853638f37519.tar.gz
blackbird-obmc-uboot-58864ddc7276ca7403ddbb716da5853638f37519.zip
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/nios2')
-rw-r--r--arch/nios2/cpu/fdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nios2/cpu/fdt.c b/arch/nios2/cpu/fdt.c
index b1ed9e17f2..f238665915 100644
--- a/arch/nios2/cpu/fdt.c
+++ b/arch/nios2/cpu/fdt.c
@@ -30,7 +30,6 @@
#if defined(CONFIG_OF_LIBFDT) && defined(CONFIG_OF_BOARD_SETUP)
#include <libfdt.h>
-#include <libfdt_env.h>
#include <fdt_support.h>
DECLARE_GLOBAL_DATA_PTR;
OpenPOWER on IntegriCloud