diff options
Diffstat (limited to 'post/drivers/rtc.c')
-rw-r--r-- | post/drivers/rtc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/post/drivers/rtc.c b/post/drivers/rtc.c index 7d4f9b8..4afe8e6 100644 --- a/post/drivers/rtc.c +++ b/post/drivers/rtc.c @@ -38,8 +38,6 @@ * nonleap-years. */ -#ifdef CONFIG_POST - #include <post.h> #include <rtc.h> @@ -180,4 +178,3 @@ int rtc_post_test (int flags) } #endif /* CONFIG_POST & CFG_POST_RTC */ -#endif /* CONFIG_POST */ |