]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/rtc/mk48t59.c
rtc: Clean drivers/rtc/Makefile
[people/ms/u-boot.git] / drivers / rtc / mk48t59.c
index 59813998ed096560b83c4b3dd2d82915bfbc2adb..918c291a0aede7409e0ceeb5327c51cac926133f 100644 (file)
@@ -33,8 +33,6 @@
 #include <rtc.h>
 #include <mk48t59.h>
 
-#if defined(CONFIG_RTC_MK48T59)
-
 #if defined(CONFIG_BAB7xx)
 
 static uchar rtc_read (short reg)
@@ -236,4 +234,3 @@ void rtc_set_watchdog(short multi, short res)
 }
 
 #endif
-#endif /* CONFIG_RTC_MK48T59 */