]> Git Repo - u-boot.git/blobdiff - arch/arm/cpu/arm926ejs/mx27/reset.c
reset: Remove addr parameter from reset_cpu()
[u-boot.git] / arch / arm / cpu / arm926ejs / mx27 / reset.c
index 320b0a65e70b3ed9cfb7f0869d3923b87b9c3db2..496fb30817db55350b13cc2ba216af90ded11be9 100644 (file)
@@ -23,7 +23,7 @@
 /*
  * Reset the cpu by setting up the watchdog timer and let it time out
  */
-void reset_cpu(ulong ignored)
+void reset_cpu(void)
 {
        struct wdog_regs *regs = (struct wdog_regs *)IMX_WDT_BASE;
        /* Disable watchdog and set Time-Out field to 0 */
This page took 0.022875 seconds and 4 git commands to generate.