diff options
author | Gerald Van Baren <gvb@unssw.com> | 2013-02-07 19:49:54 -0500 |
---|---|---|
committer | Gerald Van Baren <gvb@unssw.com> | 2013-02-08 22:32:38 -0500 |
commit | 58864ddc7276ca7403ddbb716da5853638f37519 (patch) | |
tree | 2a856b746a243fb223d547aeb301a4d236dea75d /board/cm5200 | |
parent | 8aa5ec6e1628116e655fbd036391ebc1987588f9 (diff) |
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 'board/cm5200')
-rw-r--r-- | board/cm5200/cm5200.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/cm5200/cm5200.c b/board/cm5200/cm5200.c index b25887bcaa8..c0ea1c62290 100644 --- a/board/cm5200/cm5200.c +++ b/board/cm5200/cm5200.c @@ -44,7 +44,6 @@ #ifdef CONFIG_OF_LIBFDT #include <libfdt.h> -#include <libfdt_env.h> #include <fdt_support.h> #endif /* CONFIG_OF_LIBFDT */ |