From 54701a0d12e2e2c9f0814572b42bdd3067ffcf15 Mon Sep 17 00:00:00 2001 From: Tian Tao Date: Mon, 14 Sep 2020 08:52:02 +0800 Subject: 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 --- arch/riscv/kernel/head.S | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/riscv') 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 #include #include #include -- cgit v1.2.3