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