diff options
Diffstat (limited to 'rtc/ds164x.c')
| -rw-r--r-- | rtc/ds164x.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rtc/ds164x.c b/rtc/ds164x.c index e82ca5916..bff22b9a0 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 |