commit | bc93207414f6d71acee70079dc0ff30c4a99a3d7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 18 15:55:29 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 21 07:46:50 2015 -0600 |
tree | 0be11ebfcc38911b977d7c9f16d4b04d97902159 | |
parent | f2dd470b555c947e2a306ede10ada27cfa750e1b [diff] |
rtc: mc146818: Add a comment to the #endif Add a comment to make it clear to which block the #endif relates. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
diff --git a/drivers/rtc/mc146818.c b/drivers/rtc/mc146818.c index 363ade3..9e94a80 100644 --- a/drivers/rtc/mc146818.c +++ b/drivers/rtc/mc146818.c
@@ -192,7 +192,7 @@ /* Clear any pending interrupts */ mc146818_read8(RTC_CONFIG_C); } -#endif +#endif /* CONFIG_CMD_DATE */ #ifdef CONFIG_DM_RTC