ARM: SPRD: fix build warnings for sc8830
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / cpu / armv7 / sc8830 / reset.c
index e2aceda..82541ba 100644 (file)
@@ -43,6 +43,7 @@
  */
 void reset_cpu (ulong ignored)
 {
+       extern void start_watchdog(uint32_t init_time_ms);
        start_watchdog(5);
        while (1) ;
 }