csky: fix old style declaration in module.c
authorArnd Bergmann <arnd@arndb.de>
Wed, 26 Jul 2023 14:57:36 +0000 (16:57 +0200)
committerGuo Ren <guoren@linux.alibaba.com>
Sat, 29 Jul 2023 23:25:46 +0000 (19:25 -0400)
commit57427df33d5f4281e5b71d4e9afddacdbc622b86
tree1b46b4d0d3813e08afe68be1a4c92a6fcb1383b7
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
csky: fix old style declaration in module.c

With W=1, gcc warns about the inline keyword in the wrong place:

arch/csky/kernel/module.c:43:1: warning: 'inline' is not at beginning of declaration [-Wold-style-declaration]

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Guo Ren <guoren@kernel.org>
Signed-off-by: Guo Ren <guoren@kernel.org>
arch/csky/kernel/module.c