From: Linus Torvalds Date: Sat, 26 Sep 2009 17:51:54 +0000 (-0700) Subject: Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes X-Git-Tag: v2.6.32-rc1~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d9df2515dbceb67d343c0f10fd3ff218380d524;p=platform%2Fupstream%2Fkernel-adaptation-pc.git Merge git://git./linux/kernel/git/sam/kbuild-fixes * git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes: alpha: fix build after vmlinux.lds.S cleanup mips: fix build of vmlinux.lds --- 0d9df2515dbceb67d343c0f10fd3ff218380d524 diff --cc arch/alpha/kernel/vmlinux.lds.S index 2906665,55c3b23..ecf4d48 --- a/arch/alpha/kernel/vmlinux.lds.S +++ b/arch/alpha/kernel/vmlinux.lds.S @@@ -1,6 -1,6 +1,7 @@@ #include + #include #include +#include OUTPUT_FORMAT("elf64-alpha") OUTPUT_ARCH(alpha)