]> git.ipfire.org Git - thirdparty/linux.git/commit
MIPS: lantiq: xway: gptu: mark gptu_init() as static
authorShiji Yang <yangshiji66@outlook.com>
Wed, 18 Jun 2025 14:53:24 +0000 (22:53 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 3 Jul 2025 10:35:10 +0000 (12:35 +0200)
commite23bd7f95a86c4fc5da5499a3bdc95aa7518f7eb
tree6c40a01988d9791b1c13600d42ff26e15885d926
parentde521c6d99d755bbdfa0f1f35299a3e2b02b0dfe
MIPS: lantiq: xway: gptu: mark gptu_init() as static

Fix the following missing-prototypes warning:

arch/mips/lantiq/xway/gptu.c:197:12: error: no previous prototype for 'gptu_init' [-Werror=missing-prototypes]
  197 | int __init gptu_init(void)
      |            ^~~~~~~~~

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/lantiq/xway/gptu.c