* Patch by Ladislav Michl, 05 Apr 2005:
[platform/kernel/u-boot.git] / cpu / arm920t / s3c24x0 / interrupts.c
index ba835f3..3ec9b54 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