Unverified Commit 54701a0d authored by Tian Tao's avatar Tian Tao Committed by Palmer Dabbelt
Browse files

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: default avatarTian Tao <tiantao6@hisilicon.com>
Signed-off-by: default avatarPalmer Dabbelt <palmerdabbelt@google.com>
parent a960c132
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>