Skip to content
Snippets Groups Projects
Commit e1f306c0 authored by Tom Rini's avatar Tom Rini
Browse files

arm: fsl-layerscape: Include device_compat.h in soc.c


Necessary for dev_xxx.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 0b4826a9
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment