MIPS: sgi-ip22: Add prototypes for several functions to header
authorGenjian Zhang <zhanggenjian@kylinos.cn>
Thu, 16 May 2024 11:59:05 +0000 (19:59 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 11 Jun 2024 11:10:33 +0000 (13:10 +0200)
commit0db3bc9ce03ef3dfa8af58e258737ceab217eae6
tree8fb1c9b78d1762fad92bf31f6f1988fc67c0cb6d
parentd89a415ff8d5e0aad4963f2d8ebb0f9e8110b7fa
MIPS: sgi-ip22: Add prototypes for several functions to header

This fixes the following build warning:

arch/mips/sgi-ip22/ip22-time.c:119:18: error: no previous prototype for ‘indy_8254timer_irq’ [-Werror=missing-prototypes]
arch/mips/sgi-ip22/ip22-berr.c:89:6: error: no previous prototype for ‘ip22_be_interrupt’ [-Werror=missing-prototypes]
arch/mips/sgi-ip22/ip22-berr.c:113:13: error: no previous prototype for ‘ip22_be_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/include/asm/sgi/ip22.h
arch/mips/sgi-ip22/ip22-int.c
arch/mips/sgi-ip22/ip22-setup.c