]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
openrisc: Remove unused declaration of __initramfs_start
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 12 Nov 2013 19:56:21 +0000 (20:56 +0100)
committerJonas Bonn <jonas@southpole.se>
Fri, 15 Nov 2013 09:37:52 +0000 (10:37 +0100)
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jonas Bonn <jonas@southpole.se>
arch/openrisc/kernel/vmlinux.h

index 3f7b2b23a4399851a5372524e92840d1632ed9e1..70b9ce41835cdf2a3e345a39dc9e50197f6cb330 100644 (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[];