openrisc: Remove unused declaration of __initramfs_start

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jonas Bonn <jonas@southpole.se>
This commit is contained in:
Geert Uytterhoeven 2013-11-12 20:56:21 +01:00 committed by Jonas Bonn
parent be5940c9fd
commit 0db041be3b
1 changed files with 0 additions and 1 deletions

View File

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