summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/main.c
diff options
context:
space:
mode:
authorDavid Gibson2007-12-10 04:28:39 +0100
committerPaul Mackerras2007-12-11 03:46:15 +0100
commit430b01e8f5e524a2bfa50074d97d0bdc2505807b (patch)
tree2dffae4bfc21e081eb60b2a91e6d419fadb44b7f /arch/powerpc/boot/main.c
parent[POWERPC] Use embedded libfdt in the bootwrapper (diff)
downloadkernel-qcow2-linux-430b01e8f5e524a2bfa50074d97d0bdc2505807b.tar.gz
kernel-qcow2-linux-430b01e8f5e524a2bfa50074d97d0bdc2505807b.tar.xz
kernel-qcow2-linux-430b01e8f5e524a2bfa50074d97d0bdc2505807b.zip
[POWERPC] Kill flatdevtree.c
Now that earlier patches have switched the bootwrapper to using libfdt for device tree manipulation, this patch removes the now unused flatdevtree.c and related files. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/main.c')
-rw-r--r--arch/powerpc/boot/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/boot/main.c b/arch/powerpc/boot/main.c
index 1b496b37eca0..9e7f3ddd9913 100644
--- a/arch/powerpc/boot/main.c
+++ b/arch/powerpc/boot/main.c
@@ -16,7 +16,6 @@
#include "stdio.h"
#include "ops.h"
#include "gunzip_util.h"
-#include "flatdevtree.h"
#include "reg.h"
static struct gunzip_state gzstate;