aboutsummaryrefslogtreecommitdiff
path: root/core/init.c
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 /core/init.c
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 'core/init.c')
-rw-r--r--core/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/init.c b/core/init.c
index 0576f46..5567af2 100644
--- a/core/init.c
+++ b/core/init.c
@@ -23,7 +23,6 @@
#include <cpu.h>
#include <processor.h>
#include <xscom.h>
-#include <device_tree.h>
#include <opal.h>
#include <opal-msg.h>
#include <elf.h>