aboutsummaryrefslogtreecommitdiff
path: root/core/fdt.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-11-18 17:22:57 +1100
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-11-18 17:23:30 +1100
commit94796c825b0708c8c86e7135d60c435fc3fd00a5 (patch)
tree4a8b175d5bf0aaec483b079a57c4f1a75ad70a9d /core/fdt.c
parent0f79a1eaf69390d4a319229b735eed9f4dc7de8a (diff)
downloadskiboot-94796c825b0708c8c86e7135d60c435fc3fd00a5.zip
skiboot-94796c825b0708c8c86e7135d60c435fc3fd00a5.tar.gz
skiboot-94796c825b0708c8c86e7135d60c435fc3fd00a5.tar.bz2
Remove useless global include memory.h
It only exposed one function that is local to the hdat stuff Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'core/fdt.c')
-rw-r--r--core/fdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fdt.c b/core/fdt.c
index 62e60fc..7abebba 100644
--- a/core/fdt.c
+++ b/core/fdt.c
@@ -19,7 +19,6 @@
#include <libfdt.h>
#include <device.h>
#include <cpu.h>
-#include <memory.h>
#include <opal.h>
#include <interrupts.h>
#include <fsp.h>