]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/boot/main.c
ide: remove useless subdirs from drivers/ide/
[linux-2.6-omap-h63xx.git] / arch / powerpc / boot / main.c
index 416dc3857bfe8dcc468c8f6c3d0953970a31de40..9e7f3ddd99131523c275f468ea26cc3f974a2e83 100644 (file)
 #include "stdio.h"
 #include "ops.h"
 #include "gunzip_util.h"
-#include "flatdevtree.h"
 #include "reg.h"
 
-extern char _start[];
-extern char __bss_start[];
-extern char _end[];
-extern char _vmlinux_start[];
-extern char _vmlinux_end[];
-extern char _initrd_start[];
-extern char _initrd_end[];
-extern char _dtb_start[];
-extern char _dtb_end[];
-
 static struct gunzip_state gzstate;
 
 struct addr_range {