diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2007-12-10 14:28:39 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-11 13:46:15 +1100 |
commit | 430b01e8f5e524a2bfa50074d97d0bdc2505807b (patch) | |
tree | 2dffae4bfc21e081eb60b2a91e6d419fadb44b7f /arch/powerpc/boot/main.c | |
parent | 2f0dfeaa84a8eea56218b77ffc61ed3dd7181847 (diff) |
[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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/boot/main.c b/arch/powerpc/boot/main.c index 1b496b37eca..9e7f3ddd991 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; |