commit | 871c18dd301752270e1f74328c846c3104be1e2e | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Mon Jul 14 19:45:37 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Mon Aug 18 23:26:54 2008 +0200 |
tree | 751251294a1f4583564f7e3e08c9fb15913a3b7b | |
parent | a4a549b4b53adf40a0d3882cc30ac812a8f847c5 [diff] [blame] |
rtc: Clean drivers/rtc/Makefile Signed-off-by: Michal Simek <monstr@monstr.eu>
diff --git a/drivers/rtc/ds174x.c b/drivers/rtc/ds174x.c index eb3ca88..3f486b1 100644 --- a/drivers/rtc/ds174x.c +++ b/drivers/rtc/ds174x.c
@@ -33,7 +33,7 @@ #include <command.h> #include <rtc.h> -#if defined(CONFIG_RTC_DS174x) && defined(CONFIG_CMD_DATE) +#if defined(CONFIG_CMD_DATE) static uchar rtc_read( unsigned int addr ); static void rtc_write( unsigned int addr, uchar val);