From: Marcel Ziswiler Date: Mon, 25 Mar 2019 16:24:52 +0000 (+0100) Subject: vf610: ddrmc: add missing include X-Git-Tag: v2019.07-rc1~21^2~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=872fc0d8acb65f0577bcfd396d61586cdeba3ad0;p=oweals%2Fu-boot.git vf610: ddrmc: add missing include The DDR memory controller include file for the Vybrid uses iomux_v3_cfg_t without actually including iomux-vf610.h. Signed-off-by: Marcel Ziswiler Reviewed-by: Igor Opaniuk --- diff --git a/arch/arm/include/asm/arch-vf610/ddrmc-vf610.h b/arch/arm/include/asm/arch-vf610/ddrmc-vf610.h index c7da2b8a5e..03e3cecb95 100644 --- a/arch/arm/include/asm/arch-vf610/ddrmc-vf610.h +++ b/arch/arm/include/asm/arch-vf610/ddrmc-vf610.h @@ -10,6 +10,8 @@ #ifndef __ASM_ARCH_VF610_DDRMC_H #define __ASM_ARCH_VF610_DDRMC_H +#include + struct ddr3_jedec_timings { u8 tinit; u32 trst_pwron;