projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a960c13
)
RISC-V: Fix duplicate included thread_info.h
author
Tian Tao
<tiantao6@hisilicon.com>
Mon, 14 Sep 2020 00:52:02 +0000
(08:52 +0800)
committer
Palmer Dabbelt
<palmerdabbelt@google.com>
Wed, 16 Sep 2020 01:46:12 +0000
(18:46 -0700)
asm/thread_info.h is included more than once, Remove the one that isn't
necessary.
Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/kernel/head.S
patch
|
blob
|
history
diff --git
a/arch/riscv/kernel/head.S
b/arch/riscv/kernel/head.S
index
0a4e81b
..
9ade707
100644
(file)
--- a/
arch/riscv/kernel/head.S
+++ b/
arch/riscv/kernel/head.S
@@
-3,7
+3,6
@@
* Copyright (C) 2012 Regents of the University of California
*/
-#include <asm/thread_info.h>
#include <asm/asm-offsets.h>
#include <asm/asm.h>
#include <linux/init.h>