mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-14 15:23:26 +08: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
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user