diff options
author | Tom Rini <trini@konsulko.com> | 2018-01-11 11:18:49 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-11 11:18:49 -0500 |
commit | 6bf634223ab6bd58a3e76cf84a9a204a4408a251 (patch) | |
tree | a1fdcff7682cd8f82a7605e35837e754d4dbae7f /arch/powerpc/cpu/mpc85xx/fdt.c | |
parent | 2ff1da9453030e02c1e750bd847c9b4dffb8f4a8 (diff) | |
parent | 1cabeb88ebbae0e5d418333cdd2526b06b397c91 (diff) |
Merge git://git.denx.de/u-boot-fsl-qoriq
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/fdt.c')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/fdt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/fdt.c b/arch/powerpc/cpu/mpc85xx/fdt.c index 297dc4af48..1159f06ee3 100644 --- a/arch/powerpc/cpu/mpc85xx/fdt.c +++ b/arch/powerpc/cpu/mpc85xx/fdt.c @@ -15,6 +15,7 @@ #include <asm/io.h> #include <asm/fsl_fdt.h> #include <asm/fsl_portals.h> +#include <fsl_qbman.h> #include <hwconfig.h> #ifdef CONFIG_FSL_ESDHC #include <fsl_esdhc.h> |