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>
This commit is contained in:
Tian Tao 2020-09-14 08:52:02 +08:00 committed by Palmer Dabbelt
parent a960c13237
commit 54701a0d12
No known key found for this signature in database
GPG key ID: 2E1319F35FBB1889

View file

@ -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>