X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fwatchdog.h;h=d95e4b164d85e0cf25e65c09027edd5b3d402902;hb=e9a389a18477c1c57a0b30e9ea8f4d38c6e26e63;hp=97ec186be32e43fa2d40173b57718f1f1bb34eee;hpb=be08abc2429c2e9cbce3d0abc1d315171d683520;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/watchdog.h b/include/watchdog.h index 97ec186..d95e4b1 100644 --- a/include/watchdog.h +++ b/include/watchdog.h @@ -108,8 +108,7 @@ int init_func_watchdog_reset(void); void reset_4xx_watchdog(void); #endif -/* Freescale i.MX */ -#if defined(CONFIG_IMX_WATCHDOG) && !defined(__ASSEMBLY__) +#if defined(CONFIG_HW_WATCHDOG) && !defined(__ASSEMBLY__) void hw_watchdog_init(void); #endif #endif /* _WATCHDOG_H_ */