]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - post/board/lwmon5/watchdog.c
Merge branch 'master' of /home/wd/git/u-boot/lwmon5
[people/ms/u-boot.git] / post / board / lwmon5 / watchdog.c
index ad9e6f384edf6f6c04a908c0a97ba51dac64b9d5..16c01bee4383af554fdcdb6eb28da75adf709432 100644 (file)
@@ -29,8 +29,6 @@
  * trigger watchdog reset.
  */
 
-#ifdef CONFIG_POST
-
 #include <post.h>
 
 #if CONFIG_POST & CFG_POST_WATCHDOG
@@ -126,7 +124,4 @@ int lwmon5_watchdog_post_test(int flags)
        return -1;
 }
 
-
 #endif /* CONFIG_POST & CFG_POST_WATCHDOG */
-#endif /* CONFIG_POST */
-