From: Linus Torvalds Date: Sun, 27 Sep 2009 21:46:05 +0000 (-0700) Subject: alpha: Fix duplicate include X-Git-Tag: firefly_0821_release~12281 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b3b75cef705708402b5d381a30fa17f89e0549b4;p=firefly-linux-kernel-4.4.55.git alpha: Fix duplicate include .. duplicated by merging the same fix twice, for details see commit 0d9df2515dbceb67d343c0f10fd3ff218380d524 ("Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes") Signed-off-by: Linus Torvalds --- diff --git a/arch/alpha/kernel/vmlinux.lds.S b/arch/alpha/kernel/vmlinux.lds.S index ecf4d488333d..003ef4c02585 100644 --- a/arch/alpha/kernel/vmlinux.lds.S +++ b/arch/alpha/kernel/vmlinux.lds.S @@ -1,7 +1,6 @@ #include #include #include -#include OUTPUT_FORMAT("elf64-alpha") OUTPUT_ARCH(alpha)