drivers: hwinfo: stm32: 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-20 15:47:51 +01:00 committed by Carles Cufí
commit 39d388287f
10 changed files with 2 additions and 33 deletions

View file

@ -5,6 +5,7 @@
*/
#include <soc.h>
#include <stm32_ll_utils.h>
#include <drivers/hwinfo.h>
#include <string.h>
#include <sys/byteorder.h>