OSDN Git Service

RISC-V: Fix duplicate included thread_info.h
authorTian Tao <tiantao6@hisilicon.com>
Mon, 14 Sep 2020 00:52:02 +0000 (08:52 +0800)
committerPalmer 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

index 0a4e81b..9ade707 100644 (file)
@@ -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>