aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/vmlinux.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-11-12 14:56:21 -0500
committerJonas Bonn <jonas@southpole.se>2013-11-15 04:37:52 -0500
commit0db041be3be9c84c2949a4f7eb9c3b6cd80ae97c (patch)
tree94d55466d22cc46af94d9e825717f02f34e4cbb9 /arch/openrisc/kernel/vmlinux.h
parentbe5940c9fd2fa1905fab4353bb9c7051d088d824 (diff)
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/vmlinux.h')
-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 @@
3 3
4#ifdef CONFIG_BLK_DEV_INITRD 4#ifdef CONFIG_BLK_DEV_INITRD
5extern char __initrd_start, __initrd_end; 5extern char __initrd_start, __initrd_end;
6extern char __initramfs_start;
7#endif 6#endif
8 7
9extern u32 __dtb_start[]; 8extern u32 __dtb_start[];