From b3b75cef705708402b5d381a30fa17f89e0549b4 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Sun, 27 Sep 2009 14:46:05 -0700 Subject: [PATCH] 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 --- arch/alpha/kernel/vmlinux.lds.S | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/alpha/kernel/vmlinux.lds.S b/arch/alpha/kernel/vmlinux.lds.S index ecf4d48..003ef4c 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) -- 1.8.2.3