summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcm283x/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-bcm283x/reset.c')
-rw-r--r--arch/arm/mach-bcm283x/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm283x/reset.c b/arch/arm/mach-bcm283x/reset.c
index 2b4ccd47279..f13ac0c6375 100644
--- a/arch/arm/mach-bcm283x/reset.c
+++ b/arch/arm/mach-bcm283x/reset.c
@@ -48,7 +48,7 @@ __reset_cpu(struct bcm2835_wdog_regs *wdog_regs, ulong ticks)
writel(BCM2835_WDOG_PASSWORD | rstc, &wdog_regs->rstc);
}
-void reset_cpu(ulong ticks)
+void reset_cpu(void)
{
struct bcm2835_wdog_regs *regs =
(struct bcm2835_wdog_regs *)BCM2835_WDOG_PHYSADDR;