]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm920t/s3c24x0/interrupts.c
Merge with /home/m8/git/u-boot
[u-boot] / cpu / arm920t / s3c24x0 / interrupts.c
index ba835f3cafd3c7d7ba0638c1592e78ed95f961ec..3ec9b5400e3ca04479b9a6e988265373458ae9cf 100644 (file)
@@ -190,9 +190,11 @@ ulong get_tbclk (void)
  */
 void reset_cpu (ulong ignored)
 {
-       S3C24X0_WATCHDOG * const watchdog;
+       volatile S3C24X0_WATCHDOG * watchdog;
 
 #ifdef CONFIG_TRAB
+       extern void disable_vfd (void);
+
        disable_vfd();
 #endif