rtc: Remove old rtc functionality

Remove the old rtc functionality as its been deprecated for 2 releases
now.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-09-10 08:34:56 -05:00 committed by Kumar Gala
commit 29e55d74e8
69 changed files with 4 additions and 1259 deletions

View file

@ -72,7 +72,7 @@
#include <stm32l4xx_ll_rng.h>
#endif
#if defined(CONFIG_RTC_STM32) || defined(CONFIG_COUNTER_RTC_STM32)
#if defined(CONFIG_COUNTER_RTC_STM32)
#include <stm32l4xx_ll_rtc.h>
#include <stm32l4xx_ll_exti.h>
#include <stm32l4xx_ll_pwr.h>