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 e3da5e6..66e5265 100644 --- a/post/drivers/rtc.c +++ b/post/drivers/rtc.c @@ -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 */ |