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

Configure Feed

Select the types of activity you want to include in your feed.

csky: remove unused including <linux/version.h>

Remove including <linux/version.h> that don't need it.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>

authored by

Tian Tao and committed by
Guo Ren
f1f61c97 8bfb6764

-1
-1
arch/csky/include/asm/thread_info.h
··· 6 6 7 7 #ifndef __ASSEMBLY__ 8 8 9 - #include <linux/version.h> 10 9 #include <asm/types.h> 11 10 #include <asm/page.h> 12 11 #include <asm/processor.h>