Skip to content

Commit cfb2446

Browse files
Deyan Wangguoren83
authored andcommitted
csky: Fix versioncheck warnings
$make versioncheck arch/csky/include/asm/io.h: 8 linux/version.h not needed. arch/csky/kernel/process.c: 5 linux/version.h not needed. arch/csky/mm/dma-mapping.c: 12 linux/version.h not needed. comments from Randy: The patch makes sense but these are not compile warnings. They come from scripts/checkversion.pl, which can be called by 'make versioncheck', so I suppose that something in your build system is running 'make versioncheck'. Signed-off-by: Deyan Wang <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Guo Ren <[email protected]> Signed-off-by: Guo Ren <[email protected]>
1 parent 8c4d164 commit cfb2446

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

arch/csky/include/asm/io.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
#include <linux/pgtable.h>
77
#include <linux/types.h>
8-
#include <linux/version.h>
98

109
/*
1110
* I/O memory access primitives. Reads are ordered relative to any

arch/csky/kernel/process.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
33

44
#include <linux/module.h>
5-
#include <linux/version.h>
65
#include <linux/sched.h>
76
#include <linux/sched/task_stack.h>
87
#include <linux/sched/debug.h>

arch/csky/mm/dma-mapping.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <linux/mm.h>
1010
#include <linux/scatterlist.h>
1111
#include <linux/types.h>
12-
#include <linux/version.h>
1312
#include <asm/cache.h>
1413

1514
static inline void cache_op(phys_addr_t paddr, size_t size,

0 commit comments

Comments
 (0)