projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f278a2f
)
alpha: Fix duplicate <asm/thread_info.h> include
author
Linus Torvalds
<
[email protected]
>
Sun, 27 Sep 2009 21:46:05 +0000
(14:46 -0700)
committer
Linus Torvalds
<
[email protected]
>
Sun, 27 Sep 2009 21:46:05 +0000
(14:46 -0700)
.. 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 <
[email protected]
>
arch/alpha/kernel/vmlinux.lds.S
patch
|
blob
|
history
diff --git
a/arch/alpha/kernel/vmlinux.lds.S
b/arch/alpha/kernel/vmlinux.lds.S
index ecf4d488333d1c19369de7c1cdfabb91dd36ded0..003ef4c02585a3eaba223f765a5623056c1ab9f1 100644
(file)
--- a/
arch/alpha/kernel/vmlinux.lds.S
+++ b/
arch/alpha/kernel/vmlinux.lds.S
@@
-1,7
+1,6
@@
#include <asm-generic/vmlinux.lds.h>
#include <asm/thread_info.h>
#include <asm/page.h>
-#include <asm/thread_info.h>
OUTPUT_FORMAT("elf64-alpha")
OUTPUT_ARCH(alpha)