Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

alpha: Fix duplicate <asm/thread_info.h> 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 <torvalds@linux-foundation.org>

-1
-1
arch/alpha/kernel/vmlinux.lds.S
··· 1 1 #include <asm-generic/vmlinux.lds.h> 2 2 #include <asm/thread_info.h> 3 3 #include <asm/page.h> 4 - #include <asm/thread_info.h> 5 4 6 5 OUTPUT_FORMAT("elf64-alpha") 7 6 OUTPUT_ARCH(alpha)