Skip to content

Commit

Permalink
RISC-V: Fix duplicate included thread_info.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tian Tao authored and Palmer Dabbelt committed Sep 16, 2020
1 parent a960c13 commit 54701a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/riscv/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 54701a0

Please sign in to comment.