From: Tian Tao Date: Mon, 14 Sep 2020 00:52:02 +0000 (+0800) Subject: RISC-V: Fix duplicate included thread_info.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=54701a0d12e2e2c9f0814572b42bdd3067ffcf15;p=linux.git 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 Signed-off-by: Palmer Dabbelt --- diff --git a/arch/riscv/kernel/head.S b/arch/riscv/kernel/head.S index 0a4e81b8dc795..9ade707b8ed8d 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 #include #include #include