Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
[oweals/u-boot.git] / post / board / lwmon5 / watchdog.c
index 8348346a18dc7b27351cca97c66abca45f20064d..16c01bee4383af554fdcdb6eb28da75adf709432 100644 (file)
@@ -29,8 +29,6 @@
  * trigger watchdog reset.
  */
 
-#ifdef CONFIG_POST
-
 #include <post.h>
 
 #if CONFIG_POST & CFG_POST_WATCHDOG
@@ -126,6 +124,4 @@ int lwmon5_watchdog_post_test(int flags)
        return -1;
 }
 
-
 #endif /* CONFIG_POST & CFG_POST_WATCHDOG */
-#endif /* CONFIG_POST */