MIPS: BCM63XX: Fix missing prototypes
authorFlorian Fainelli <f.fainelli@gmail.com>
Tue, 23 Jan 2024 17:46:54 +0000 (09:46 -0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 26 Jan 2024 09:33:20 +0000 (10:33 +0100)
commitdd3c33ccbb8f0dc6a256dc55e7607569aea69721
tree77c4b5a6ceff0e218c651368ba053be1cc6ca83c
parentf64fdde9bc771d7d790e8bcc30a7e03bbe0b1a9f
MIPS: BCM63XX: Fix missing prototypes

Most of the symbols for which we do not have a prototype can actually be
made static and for the few that cannot, there is already a declaration
in a header for it.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/bcm63xx/boards/board_bcm963xx.c
arch/mips/bcm63xx/dev-rng.c
arch/mips/bcm63xx/dev-uart.c
arch/mips/bcm63xx/dev-wdt.c
arch/mips/bcm63xx/irq.c
arch/mips/bcm63xx/setup.c
arch/mips/bcm63xx/timer.c