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

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
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment