Skip to content

Commit 54701a0

Browse files
Tian Taopalmer-dabbelt
authored andcommitted
RISC-V: Fix duplicate included thread_info.h
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>
1 parent a960c13 commit 54701a0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/riscv/kernel/head.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright (C) 2012 Regents of the University of California
44
*/
55

6-
#include <asm/thread_info.h>
76
#include <asm/asm-offsets.h>
87
#include <asm/asm.h>
98
#include <linux/init.h>

0 commit comments

Comments
 (0)