MIPS: sgi-ip32: Fix missing prototypes
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 19 Jan 2024 13:52:51 +0000 (14:52 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 22 Jan 2024 10:12:19 +0000 (11:12 +0100)
commitf64fdde9bc771d7d790e8bcc30a7e03bbe0b1a9f
treefb4a9a6ccf73c7ffe3deb26c5f9020b7b27fedb5
parentab58a2f319de945f631150a190653a90e307df8e
MIPS: sgi-ip32: Fix missing prototypes

Fix interrupt function prototypes, move all prototypes into a new
file ip32-common.h and include it where needed.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
arch/mips/sgi-ip32/crime.c
arch/mips/sgi-ip32/ip32-berr.c
arch/mips/sgi-ip32/ip32-common.h [new file with mode: 0644]
arch/mips/sgi-ip32/ip32-irq.c
arch/mips/sgi-ip32/ip32-memory.c
arch/mips/sgi-ip32/ip32-reset.c
arch/mips/sgi-ip32/ip32-setup.c