diff options
Diffstat (limited to 'drivers/rtc/x1205.c')
-rw-r--r-- | drivers/rtc/x1205.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/rtc/x1205.c b/drivers/rtc/x1205.c index e9d8390f396..ed6aaa52377 100644 --- a/drivers/rtc/x1205.c +++ b/drivers/rtc/x1205.c @@ -22,8 +22,6 @@ #include <rtc.h> #include <i2c.h> -#if defined(CONFIG_CMD_DATE) - #define CCR_SEC 0 #define CCR_MIN 1 #define CCR_HOUR 2 @@ -160,5 +158,3 @@ void rtc_reset(void) * Nothing to do */ } - -#endif |