From: Paul Mundt Date: Mon, 11 May 2009 03:12:38 +0000 (+0900) Subject: sh: Fix up typo in arch/sh/kernel/vmlinux.lds.S X-Git-Tag: v2.6.31-rc1~392^2~41^2~36 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d9d674e50007362567edb5df65c05dd56a5964bf;p=karo-tx-linux.git sh: Fix up typo in arch/sh/kernel/vmlinux.lds.S .init_ramfs ought to be .init.ramfs, fix it up. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/kernel/vmlinux.lds.S b/arch/sh/kernel/vmlinux.lds.S index 1a2c8db5cb2a..d73723080fd1 100644 --- a/arch/sh/kernel/vmlinux.lds.S +++ b/arch/sh/kernel/vmlinux.lds.S @@ -127,7 +127,7 @@ SECTIONS #ifdef CONFIG_BLK_DEV_INITRD . = ALIGN(PAGE_SIZE); - .init.ramfs : AT(ADDR(.init_ramfs) - LOAD_OFFSET) { + .init.ramfs : AT(ADDR(.init.ramfs) - LOAD_OFFSET) { __initramfs_start = .; *(.init.ramfs) __initramfs_end = .;