diff options
author | Scott Wood <scottwood@freescale.com> | 2007-08-21 03:39:58 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-08-22 15:27:28 +1000 |
commit | 2f1d4899321be87bc5f0c4ee0e62c9d9ced05f80 (patch) | |
tree | 5e22af6c9ba7a508fd8d1c97673c8159f61f4e99 /arch/powerpc/boot/main.c | |
parent | d0f53fafc016b3f4f20f63ecf52f6df8774bcb3c (diff) | |
download | blackbird-obmc-linux-2f1d4899321be87bc5f0c4ee0e62c9d9ced05f80.tar.gz blackbird-obmc-linux-2f1d4899321be87bc5f0c4ee0e62c9d9ced05f80.zip |
[POWERPC] bootwrapper: Move linker symbols into ops.h
Most of these were previously used by numerous C files and
redeclared in each one.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/main.c')
-rw-r--r-- | arch/powerpc/boot/main.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/powerpc/boot/main.c b/arch/powerpc/boot/main.c index 416dc3857bfe..1b496b37eca0 100644 --- a/arch/powerpc/boot/main.c +++ b/arch/powerpc/boot/main.c @@ -19,16 +19,6 @@ #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 { |