浏览代码

[MIPS] Ocelot: Give PMON_v1_setup a proper prototype.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 18 年之前
父节点
当前提交
448f283c11
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/mips/gt64120/momenco_ocelot/setup.c

+ 1 - 1
arch/mips/gt64120/momenco_ocelot/setup.c

@@ -79,7 +79,7 @@ static char reset_reason;
 static void __init setup_l3cache(unsigned long size);
 static void __init setup_l3cache(unsigned long size);
 
 
 /* setup code for a handoff from a version 1 PMON 2000 PROM */
 /* setup code for a handoff from a version 1 PMON 2000 PROM */
-void PMON_v1_setup()
+static void PMON_v1_setup(void)
 {
 {
 	/* A wired TLB entry for the GT64120A and the serial port. The
 	/* A wired TLB entry for the GT64120A and the serial port. The
 	   GT64120A is going to be hit on every IRQ anyway - there's
 	   GT64120A is going to be hit on every IRQ anyway - there's