summaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/armv7/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-at91/armv7/reset.c')
-rw-r--r--arch/arm/mach-at91/armv7/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/armv7/reset.c b/arch/arm/mach-at91/armv7/reset.c
index 8f4c81d1af..1ea415ea9e 100644
--- a/arch/arm/mach-at91/armv7/reset.c
+++ b/arch/arm/mach-at91/armv7/reset.c
@@ -15,7 +15,7 @@
#include <asm/arch/at91_rstc.h>
/* Reset the cpu by telling the reset controller to do so */
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
{
at91_rstc_t *rstc = (at91_rstc_t *)ATMEL_BASE_RSTC;