summaryrefslogtreecommitdiff
path: root/rtc/mc146818.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtc/mc146818.c')
-rw-r--r--rtc/mc146818.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtc/mc146818.c b/rtc/mc146818.c
index bbb6486cf9..ab377ed73e 100644
--- a/rtc/mc146818.c
+++ b/rtc/mc146818.c
@@ -175,4 +175,4 @@ static unsigned char bin2bcd (unsigned int n)
return (((n / 10) << 4) | (n % 10));
}
-#endif /* CONFIG_RTC_MC146818 && CFG_CMD_DATE */
+#endif