arm: fsl-layerscape: Include device_compat.h in soc.c
authorTom Rini <trini@konsulko.com>
Fri, 16 Oct 2020 01:44:15 +0000 (21:44 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 16 Oct 2020 13:44:27 +0000 (09:44 -0400)
Necessary for dev_xxx.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/armv8/fsl-layerscape/soc.c

index ba42c18..96b2775 100644 (file)
@@ -37,6 +37,7 @@
 #include <env_internal.h>
 #endif
 #include <dm.h>
+#include <dm/device_compat.h>
 #include <linux/err.h>
 #if defined(CONFIG_TFABOOT) || defined(CONFIG_GIC_V3_ITS)
 DECLARE_GLOBAL_DATA_PTR;