diff options
author | Michal Simek <monstr@monstr.eu> | 2008-07-14 19:45:37 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-08-18 23:26:54 +0200 |
commit | 871c18dd301752270e1f74328c846c3104be1e2e (patch) | |
tree | 751251294a1f4583564f7e3e08c9fb15913a3b7b /drivers/rtc/ds174x.c | |
parent | a4a549b4b53adf40a0d3882cc30ac812a8f847c5 (diff) | |
download | u-boot-871c18dd301752270e1f74328c846c3104be1e2e.zip u-boot-871c18dd301752270e1f74328c846c3104be1e2e.tar.gz u-boot-871c18dd301752270e1f74328c846c3104be1e2e.tar.bz2 |
rtc: Clean drivers/rtc/Makefile
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'drivers/rtc/ds174x.c')
-rw-r--r-- | drivers/rtc/ds174x.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |