diff options
Diffstat (limited to 'rtc/ds174x.c')
| -rw-r--r-- | rtc/ds174x.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rtc/ds174x.c b/rtc/ds174x.c index e3028e2540b..5f85a68170b 100644 --- a/rtc/ds174x.c +++ b/rtc/ds174x.c @@ -199,4 +199,4 @@ static unsigned char bin2bcd (unsigned int n)  	return (((n / 10) << 4) | (n % 10));  } -#endif	/* CONFIG_RTC_MC146818 && CFG_CMD_DATE */ +#endif | 
