mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 22:51:37 +00:00
arm: fsl-layerscape: Include device_compat.h in soc.c
Necessary for dev_xxx. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
0b4826a9a8
commit
e1f306c07c
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
#include <env_internal.h>
|
#include <env_internal.h>
|
||||||
#endif
|
#endif
|
||||||
#include <dm.h>
|
#include <dm.h>
|
||||||
|
#include <dm/device_compat.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#if defined(CONFIG_TFABOOT) || defined(CONFIG_GIC_V3_ITS)
|
#if defined(CONFIG_TFABOOT) || defined(CONFIG_GIC_V3_ITS)
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
|
Loading…
Add table
Reference in a new issue