aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-11-12 20:56:21 +0100
committerJonas Bonn <jonas@southpole.se>2013-11-15 10:37:52 +0100
commit0db041be3be9c84c2949a4f7eb9c3b6cd80ae97c (patch)
tree94d55466d22cc46af94d9e825717f02f34e4cbb9 /arch/openrisc/kernel
parentopenrisc: Use the declarations provided by <asm/sections.h> (diff)
downloadlinux-dev-0db041be3be9c84c2949a4f7eb9c3b6cd80ae97c.tar.xz
linux-dev-0db041be3be9c84c2949a4f7eb9c3b6cd80ae97c.zip
openrisc: Remove unused declaration of __initramfs_start
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Jonas Bonn <jonas@southpole.se>
Diffstat (limited to 'arch/openrisc/kernel')
-rw-r--r--arch/openrisc/kernel/vmlinux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/openrisc/kernel/vmlinux.h b/arch/openrisc/kernel/vmlinux.h
index 3f7b2b23a439..70b9ce41835c 100644
--- a/arch/openrisc/kernel/vmlinux.h
+++ b/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[];