]> git.sur5r.net Git - u-boot/blobdiff - post/drivers/rtc.c
Merge branch 'master' of /home/wd/git/u-boot/lwmon5
[u-boot] / post / drivers / rtc.c
index e3da5e64ced488cd7b40d9ea4c8009677e447603..66e52651673e2dec2c33463f7dcf52bdec927886 100644 (file)
@@ -40,8 +40,6 @@
  *      nonleap-years.
  */
 
-#ifdef CONFIG_POST
-
 #include <post.h>
 #include <rtc.h>
 
@@ -195,4 +193,3 @@ int rtc_post_test (int flags)
 }
 
 #endif /* CONFIG_POST & CFG_POST_RTC */
-#endif /* CONFIG_POST */