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/m41t60.c | |
parent | a4a549b4b53adf40a0d3882cc30ac812a8f847c5 (diff) | |
download | u-boot-imx-871c18dd301752270e1f74328c846c3104be1e2e.zip u-boot-imx-871c18dd301752270e1f74328c846c3104be1e2e.tar.gz u-boot-imx-871c18dd301752270e1f74328c846c3104be1e2e.tar.bz2 |
rtc: Clean drivers/rtc/Makefile
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'drivers/rtc/m41t60.c')
-rw-r--r-- | drivers/rtc/m41t60.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/rtc/m41t60.c b/drivers/rtc/m41t60.c index ef135ca..402a8c8 100644 --- a/drivers/rtc/m41t60.c +++ b/drivers/rtc/m41t60.c @@ -34,8 +34,7 @@ #include <rtc.h> #include <i2c.h> -#if defined(CONFIG_RTC_M41T60) && defined(CFG_I2C_RTC_ADDR) && \ - defined(CONFIG_CMD_DATE) +#if defined(CFG_I2C_RTC_ADDR) && defined(CONFIG_CMD_DATE) static unsigned bcd2bin(uchar n) { |