]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/rtc/m41t60.c
rtc: Clean drivers/rtc/Makefile
[people/ms/u-boot.git] / drivers / rtc / m41t60.c
index ef135cab3831f399f6bf0d1e5dafb610aa452eab..402a8c829877f272fa4d1a599706a6a0be4d7108 100644 (file)
@@ -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)
 {