summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/max6900.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/max6900.c
parenta4a549b4b53adf40a0d3882cc30ac812a8f847c5 (diff)
downloadblackbird-obmc-uboot-871c18dd301752270e1f74328c846c3104be1e2e.tar.gz
blackbird-obmc-uboot-871c18dd301752270e1f74328c846c3104be1e2e.zip
rtc: Clean drivers/rtc/Makefile
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'drivers/rtc/max6900.c')
-rw-r--r--drivers/rtc/max6900.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/max6900.c b/drivers/rtc/max6900.c
index e9979f227d..4cfc5de3d1 100644
--- a/drivers/rtc/max6900.c
+++ b/drivers/rtc/max6900.c
@@ -32,7 +32,7 @@
#include <rtc.h>
#include <i2c.h>
-#if defined(CONFIG_RTC_MAX6900) && defined(CONFIG_CMD_DATE)
+#if defined(CONFIG_CMD_DATE)
#ifndef CFG_I2C_RTC_ADDR
#define CFG_I2C_RTC_ADDR 0x50
OpenPOWER on IntegriCloud