summaryrefslogtreecommitdiffstats
path: root/commands/of_node.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-02-26 12:14:36 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-03-06 11:41:29 +0100
commita51d06d67900547b68cc133c0d185937cea04fee (patch)
tree91e3c4a7a4c1dd5a69fdd60d500c736b03b4ee51 /commands/of_node.c
parent973e58e3abdc70f3d28c61961a4fc7b0acac0719 (diff)
downloadbarebox-a51d06d67900547b68cc133c0d185937cea04fee.tar.gz
barebox-a51d06d67900547b68cc133c0d185937cea04fee.tar.xz
of: remove unused libfdt
Now that we are completely independent of libfdt remove the unused code. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/of_node.c')
-rw-r--r--commands/of_node.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/of_node.c b/commands/of_node.c
index 171ea2ce4c..0249d9725b 100644
--- a/commands/of_node.c
+++ b/commands/of_node.c
@@ -24,7 +24,6 @@
#include <command.h>
#include <fs.h>
#include <malloc.h>
-#include <libfdt.h>
#include <linux/ctype.h>
#include <asm/byteorder.h>
#include <errno.h>