diff options
Diffstat (limited to 'rtc/ds1374.c')
-rw-r--r-- | rtc/ds1374.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtc/ds1374.c b/rtc/ds1374.c index 6ee7ab4b98..e773dd9261 100644 --- a/rtc/ds1374.c +++ b/rtc/ds1374.c @@ -250,4 +250,4 @@ static void rtc_write_raw (uchar reg, uchar val) { i2c_reg_write (CFG_I2C_RTC_ADDR, reg, val); } -#endif /* (CONFIG_RTC_DS1374) && (CFG_COMMANDS & CFG_CMD_DATE) */ +#endif |