Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tian Tao and committed by
Palmer Dabbelt
54701a0d a960c132

-1
-1
arch/riscv/kernel/head.S
··· 3 3 * Copyright (C) 2012 Regents of the University of California 4 4 */ 5 5 6 - #include <asm/thread_info.h> 7 6 #include <asm/asm-offsets.h> 8 7 #include <asm/asm.h> 9 8 #include <linux/init.h>