summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/ds164x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/ds164x.c')
-rw-r--r--drivers/rtc/ds164x.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/rtc/ds164x.c b/drivers/rtc/ds164x.c
index 7ee6214b2b..f8707892e7 100644
--- a/drivers/rtc/ds164x.c
+++ b/drivers/rtc/ds164x.c
@@ -20,8 +20,6 @@
#include <rtc.h>
-#if defined(CONFIG_CMD_DATE)
-
static uchar rtc_read(unsigned int addr );
static void rtc_write(unsigned int addr, uchar val);
@@ -171,5 +169,3 @@ static void rtc_write( unsigned int addr, uchar val )
#endif
*(volatile unsigned char*)(addr) = val;
}
-
-#endif