summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/head.S
diff options
context:
space:
mode:
authorTian Tao <tiantao6@hisilicon.com>2020-09-14 02:52:02 +0200
committerPalmer Dabbelt <palmerdabbelt@google.com>2020-09-16 03:46:12 +0200
commit54701a0d12e2e2c9f0814572b42bdd3067ffcf15 (patch)
tree67fe77e73134ac6bd35709c18ba962c97f0b9f02 /arch/riscv/kernel/head.S
parentriscv/mm/fault: Set FAULT_FLAG_INSTRUCTION flag in do_page_fault() (diff)
downloadlinux-54701a0d12e2e2c9f0814572b42bdd3067ffcf15.tar.xz
linux-54701a0d12e2e2c9f0814572b42bdd3067ffcf15.zip
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>
Diffstat (limited to 'arch/riscv/kernel/head.S')
-rw-r--r--arch/riscv/kernel/head.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/kernel/head.S b/arch/riscv/kernel/head.S
index 0a4e81b8dc79..9ade707b8ed8 100644
--- 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>