summaryrefslogtreecommitdiff
path: root/arch/csky/mm/dma-mapping.c
diff options
context:
space:
mode:
authorDeyan Wang <wonder_rock@126.com>2022-02-14 20:02:50 +0800
committerGuo Ren <guoren@linux.alibaba.com>2022-04-08 15:05:23 +0800
commitcfb24463a53edeb388f3563e166ad7f9591dad3d (patch)
tree74e7e7956a88c82c3d7421e26760c5e4c5331b74 /arch/csky/mm/dma-mapping.c
parent8c4d16471e2babe9bdfe41d6ef724526629696cb (diff)
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 <wonder_rock@126.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Guo Ren <guoren@linux.alibaba.com> Signed-off-by: Guo Ren <guoren@kernel.org>
Diffstat (limited to 'arch/csky/mm/dma-mapping.c')
-rw-r--r--arch/csky/mm/dma-mapping.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/csky/mm/dma-mapping.c b/arch/csky/mm/dma-mapping.c
index c3a775a7e8f9..82447029feb4 100644
--- a/arch/csky/mm/dma-mapping.c
+++ b/arch/csky/mm/dma-mapping.c
@@ -9,7 +9,6 @@
#include <linux/mm.h>
#include <linux/scatterlist.h>
#include <linux/types.h>
-#include <linux/version.h>
#include <asm/cache.h>
static inline void cache_op(phys_addr_t paddr, size_t size,