Browse Source

openrisc: Remove unused declaration of __initramfs_start

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Geert Uytterhoeven 11 years ago
parent
commit
0db041be3b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/openrisc/kernel/vmlinux.h

+ 0 - 1
arch/openrisc/kernel/vmlinux.h

@@ -3,7 +3,6 @@
 
 #ifdef CONFIG_BLK_DEV_INITRD
 extern char __initrd_start, __initrd_end;
-extern char __initramfs_start;
 #endif
 
 extern u32 __dtb_start[];