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

csky: Remove duplicate include in arch/csky/kernel/entry.S

'asm/setup.h' included in 'arch/csky/kernel/entry.S' is duplicated.

Signed-off-by: Zhang Yunkai <zhang.yunkai@zte.com.cn>
Signed-off-by: Guo Ren <guoren@kernel.org>

authored by

Zhang Yunkai and committed by
Guo Ren
4f192ac0 bf05bf16

-1
-1
arch/csky/kernel/entry.S
··· 9 9 #include <asm/unistd.h> 10 10 #include <asm/asm-offsets.h> 11 11 #include <linux/threads.h> 12 - #include <asm/setup.h> 13 12 #include <asm/page.h> 14 13 #include <asm/thread_info.h> 15 14