commit | f1f61c971aa639f37eb2ddd917a5e3effc3fdcd3 | [log] [tgz] |
---|---|---|
author | Tian Tao <[email protected]> | Wed Dec 30 16:20:20 2020 +0800 |
committer | Guo Ren <[email protected]> | Tue Jan 12 09:52:41 2021 +0800 |
tree | dd7c102003d99db44a2e423288d6a84b01ec44cd | |
parent | 8bfb676492da208bd6dde0f22dff79840dbb5051 [diff] |
csky: remove unused including <linux/version.h> Remove including <linux/version.h> that don't need it. Signed-off-by: Tian Tao <[email protected]> Signed-off-by: Guo Ren <[email protected]>
diff --git a/arch/csky/include/asm/thread_info.h b/arch/csky/include/asm/thread_info.h index 21456a3..f704e27 100644 --- a/arch/csky/include/asm/thread_info.h +++ b/arch/csky/include/asm/thread_info.h
@@ -6,7 +6,6 @@ #ifndef __ASSEMBLY__ -#include <linux/version.h> #include <asm/types.h> #include <asm/page.h> #include <asm/processor.h>