summaryrefslogtreecommitdiff
path: root/arch/mips/sgi-ip32/ip32-reset.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-reset.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-reset.c')
-rw-r--r--arch/mips/sgi-ip32/ip32-reset.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/sgi-ip32/ip32-reset.c b/arch/mips/sgi-ip32/ip32-reset.c
index 18d1c115cd53..6bdc1421cda4 100644
--- a/arch/mips/sgi-ip32/ip32-reset.c
+++ b/arch/mips/sgi-ip32/ip32-reset.c
@@ -29,6 +29,8 @@
#include <asm/ip32/crime.h>
#include <asm/ip32/ip32_ints.h>
+#include "ip32-common.h"
+
#define POWERDOWN_TIMEOUT 120
/*
* Blink frequency during reboot grace period and when panicked.