diff options
author | Tian Tao <tiantao6@hisilicon.com> | 2020-09-14 02:52:02 +0200 |
---|---|---|
committer | Palmer Dabbelt <palmerdabbelt@google.com> | 2020-09-16 03:46:12 +0200 |
commit | 54701a0d12e2e2c9f0814572b42bdd3067ffcf15 (patch) | |
tree | 67fe77e73134ac6bd35709c18ba962c97f0b9f02 /arch/riscv/kernel/head.S | |
parent | riscv/mm/fault: Set FAULT_FLAG_INSTRUCTION flag in do_page_fault() (diff) | |
download | linux-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.S | 1 |
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> |