]> www.infradead.org Git - users/jedix/linux-maple.git/commit
MIPS: ip22-gio: Make ip22_gio_set_64bit() and ip22_gio_init() static
authorGenjian Zhang <zhanggenjian@kylinos.cn>
Thu, 16 May 2024 11:59:06 +0000 (19:59 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 11 Jun 2024 11:12:05 +0000 (13:12 +0200)
commit3ee1167a16dfae1f656d52133a72be992cb85047
tree785c61f4503452acd9f790992d758c7c2eb4ea2f
parent0db3bc9ce03ef3dfa8af58e258737ceab217eae6
MIPS: ip22-gio: Make ip22_gio_set_64bit() and ip22_gio_init() static

These functions are used in only one file.
Made them static to fix the following build error:

arch/mips/sgi-ip22/ip22-gio.c:249:6: error: no previous prototype for ‘ip22_gio_set_64bit’ [-Werror=missing-prototypes]
arch/mips/sgi-ip22/ip22-gio.c:398:12: error: no previous prototype for ‘ip22_gio_init’ [-Werror=missing-prototypes]

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Genjian Zhang <zhanggenjian@kylinos.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/sgi-ip22/ip22-gio.c