rtc: stm32: Remove trivial endif comment

Removed the endif comment as the Kconfig symbol it referenced didn't
exist.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-01-31 04:49:38 -06:00 committed by Kumar Gala
commit e76ea6cf9d

View file

@ -241,7 +241,7 @@ static int rtc_stm32_init(struct device *dev)
LL_RCC_SetRTCClockSource(LL_RCC_RTC_CLKSOURCE_LSE);
#endif /* CONFIG_RTC_STM32_CLOCK_SRC */
#endif
LL_RCC_EnableRTC();