diff options
Diffstat (limited to 'drivers/rtc/mk48t59.c')
-rw-r--r-- | drivers/rtc/mk48t59.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/rtc/mk48t59.c b/drivers/rtc/mk48t59.c index 5981399..918c291 100644 --- a/drivers/rtc/mk48t59.c +++ b/drivers/rtc/mk48t59.c @@ -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 */ |