subsystem: disk: stm32_sdmmc: use generic LL headers

Use generic LL headers instead of depending on soc.h.

Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
Martin Jäger 2020-11-30 11:06:30 +01:00 committed by Carles Cufí
commit 467e4ccd92

View file

@ -14,6 +14,7 @@
#include <drivers/gpio.h>
#include <logging/log.h>
#include <soc.h>
#include <stm32_ll_rcc.h>
LOG_MODULE_REGISTER(stm32_sdmmc);