[U-Boot] [PATCH 3/3] km/common: remove obsolete header file

Holger Brunck holger.brunck at keymile.com
Wed Sep 14 11:06:12 CEST 2011


This header is unneeded due to code which was removed in the
past.

Signed-off-by: Holger Brunck <holger.brunck at keymile.com>
cc: Wolfgang Denk <wd at denx.de>
---
 board/keymile/common/common.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/board/keymile/common/common.c b/board/keymile/common/common.c
index 3663525..f262306 100644
--- a/board/keymile/common/common.c
+++ b/board/keymile/common/common.c
@@ -34,10 +34,6 @@
 #include <asm/io.h>
 #include <linux/ctype.h>
 
-#if defined(CONFIG_OF_BOARD_SETUP) && defined(CONFIG_OF_LIBFDT)
-#include <libfdt.h>
-#endif
-
 #include "common.h"
 #if defined(CONFIG_HARD_I2C) || defined(CONFIG_SOFT_I2C)
 #include <i2c.h>
-- 
1.7.1



More information about the U-Boot mailing list