diff options
author | Thomas Bogendoerfer <[email protected]> | 2024-01-19 14:52:51 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <[email protected]> | 2024-01-22 11:12:19 +0100 |
commit | f64fdde9bc771d7d790e8bcc30a7e03bbe0b1a9f (patch) | |
tree | fb4a9a6ccf73c7ffe3deb26c5f9020b7b27fedb5 /arch/mips/sgi-ip32/ip32-setup.c | |
parent | ab58a2f319de945f631150a190653a90e307df8e (diff) |
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 <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Diffstat (limited to 'arch/mips/sgi-ip32/ip32-setup.c')
-rw-r--r-- | arch/mips/sgi-ip32/ip32-setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/sgi-ip32/ip32-setup.c b/arch/mips/sgi-ip32/ip32-setup.c index 8019dae1721a..aeb0805aae57 100644 --- a/arch/mips/sgi-ip32/ip32-setup.c +++ b/arch/mips/sgi-ip32/ip32-setup.c @@ -26,8 +26,7 @@ #include <asm/ip32/mace.h> #include <asm/ip32/ip32_ints.h> -extern void ip32_be_init(void); -extern void crime_init(void); +#include "ip32-common.h" #ifdef CONFIG_SGI_O2MACE_ETH /* |