aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip27
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-10-11 18:35:33 +0100
committerRalf Baechle <ralf@linux-mips.org>2006-10-11 19:31:00 +0100
commitc11b3c1bc0250027ff05665898f8d8eec40b7e49 (patch)
tree1346fc79adcdffaa5818da2216e9f44bd718383e /arch/mips/sgi-ip27
parent[MIPS] BigSur: More useful defconfig. (diff)
downloadlinux-dev-c11b3c1bc0250027ff05665898f8d8eec40b7e49.tar.xz
linux-dev-c11b3c1bc0250027ff05665898f8d8eec40b7e49.zip
[MIPS] IP27: Make declaration of setup_replication_mask a proper prototype.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sgi-ip27')
-rw-r--r--arch/mips/sgi-ip27/ip27-klnuma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sgi-ip27/ip27-klnuma.c b/arch/mips/sgi-ip27/ip27-klnuma.c
index d777b7d1a9fe..f9f404a8ddad 100644
--- a/arch/mips/sgi-ip27/ip27-klnuma.c
+++ b/arch/mips/sgi-ip27/ip27-klnuma.c
@@ -26,7 +26,7 @@ static cpumask_t ktext_repmask;
* kernel. For example, we should never put a copy on a headless node,
* and we should respect the topology of the machine.
*/
-void __init setup_replication_mask()
+void __init setup_replication_mask(void)
{
cnodeid_t cnode;