Merge branch '2020-01-27-master-imports'
[oweals/u-boot.git] / drivers / rtc / ds164x.c
index 7ee6214b2b5562013fe96ac6cb344b1d04d9b9f5..f8707892e71f7200e6f325d0697f1d2767690d8f 100644 (file)
@@ -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