summaryrefslogtreecommitdiff
path: root/drivers/rtc/m41t60.c
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2008-07-14 19:45:37 +0200
committerWolfgang Denk <wd@denx.de>2008-08-18 23:26:54 +0200
commit871c18dd301752270e1f74328c846c3104be1e2e (patch)
tree751251294a1f4583564f7e3e08c9fb15913a3b7b /drivers/rtc/m41t60.c
parenta4a549b4b53adf40a0d3882cc30ac812a8f847c5 (diff)
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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/rtc/m41t60.c b/drivers/rtc/m41t60.c
index ef135cab3..402a8c829 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)
{