summaryrefslogtreecommitdiff
path: root/drivers/rtc/x1205.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/x1205.c')
-rw-r--r--drivers/rtc/x1205.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/rtc/x1205.c b/drivers/rtc/x1205.c
index e9d8390f39..ed6aaa5237 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