]> git.baikalelectronics.ru Git - kernel.git/commit
csky: Fix versioncheck warnings
authorDeyan Wang <wonder_rock@126.com>
Mon, 14 Feb 2022 12:02:50 +0000 (20:02 +0800)
committerGuo Ren <guoren@linux.alibaba.com>
Fri, 8 Apr 2022 07:05:23 +0000 (15:05 +0800)
commit9c08bb64a321921fa2e5e288a2820760b0dd0b9f
tree74e7e7956a88c82c3d7421e26760c5e4c5331b74
parentaeb18fa2e30b1d51051071088747c8cd0106a622
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>
arch/csky/include/asm/io.h
arch/csky/kernel/process.c
arch/csky/mm/dma-mapping.c