aboutsummaryrefslogtreecommitdiff
path: root/hdata
diff options
context:
space:
mode:
authorGavin Shan <gwshan@linux.vnet.ibm.com>2015-11-12 13:33:11 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-03-08 18:18:51 +1100
commit2fb8d518ce8bd2b1a23f3513f28ee02968fdbda4 (patch)
treeda4081618e3e958abfbc0bd8480ce83b5b30cc76 /hdata
parent2c3c14a14b13d9a180cb22896d878ffa96c39f1e (diff)
downloadskiboot-2fb8d518ce8bd2b1a23f3513f28ee02968fdbda4.zip
skiboot-2fb8d518ce8bd2b1a23f3513f28ee02968fdbda4.tar.gz
skiboot-2fb8d518ce8bd2b1a23f3513f28ee02968fdbda4.tar.bz2
core/fdt: Remove deivce_tree.h
None of the functions declared in the header file are public. This removes the header file. No logical changes introduced. Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Reviewed-by: Daniel Axtens <dja@axtens.net> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hdata')
-rw-r--r--hdata/fsp.c1
-rw-r--r--hdata/memory.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/hdata/fsp.c b/hdata/fsp.c
index 461e6ea..90e8e5b 100644
--- a/hdata/fsp.c
+++ b/hdata/fsp.c
@@ -19,7 +19,6 @@
#include <cpu.h>
#include <vpd.h>
#include <ccan/str/str.h>
-#include <device_tree.h>
#include <interrupts.h>
#include "hdata.h"
diff --git a/hdata/memory.c b/hdata/memory.c
index 01cc61b..ca21da8 100644
--- a/hdata/memory.c
+++ b/hdata/memory.c
@@ -15,7 +15,6 @@
*/
#include <cpu.h>
-#include <device_tree.h>
#include <device.h>
#include <vpd.h>
#include <ccan/str/str.h>