summaryrefslogtreecommitdiff
path: root/arch/mips/sgi-ip32/ip32-memory.c
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>2024-01-19 14:52:51 +0100
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2024-01-22 11:12:19 +0100
commitf64fdde9bc771d7d790e8bcc30a7e03bbe0b1a9f (patch)
treefb4a9a6ccf73c7ffe3deb26c5f9020b7b27fedb5 /arch/mips/sgi-ip32/ip32-memory.c
parentab58a2f319de945f631150a190653a90e307df8e (diff)
downloadlinux-f64fdde9bc771d7d790e8bcc30a7e03bbe0b1a9f.tar.gz
linux-f64fdde9bc771d7d790e8bcc30a7e03bbe0b1a9f.tar.bz2
linux-f64fdde9bc771d7d790e8bcc30a7e03bbe0b1a9f.zip
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>
Diffstat (limited to 'arch/mips/sgi-ip32/ip32-memory.c')
-rw-r--r--arch/mips/sgi-ip32/ip32-memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/sgi-ip32/ip32-memory.c b/arch/mips/sgi-ip32/ip32-memory.c
index 3fc8d0a0bdfa..5fee33744f67 100644
--- a/arch/mips/sgi-ip32/ip32-memory.c
+++ b/arch/mips/sgi-ip32/ip32-memory.c
@@ -15,6 +15,7 @@
#include <asm/ip32/crime.h>
#include <asm/bootinfo.h>
#include <asm/page.h>
+#include <asm/sgialib.h>
extern void crime_init(void);