From: Peng Fan Date: Thu, 29 Oct 2015 07:54:42 +0000 (+0800) Subject: imx: include linux/types.h for regs-common.h X-Git-Tag: v2016.01-rc1~2^2~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=eacb287523c210a6a198b975056b2ebe92b00b70;p=u-boot imx: include linux/types.h for regs-common.h There are uint8_t, uint32_t types in regs-common.h, so include linux/types.h. Signed-off-by: Peng Fan Cc: Stefano Babic --- diff --git a/arch/arm/include/asm/imx-common/regs-common.h b/arch/arm/include/asm/imx-common/regs-common.h index e54a220fa3..738267480e 100644 --- a/arch/arm/include/asm/imx-common/regs-common.h +++ b/arch/arm/include/asm/imx-common/regs-common.h @@ -10,6 +10,8 @@ #ifndef __MXS_REGS_COMMON_H__ #define __MXS_REGS_COMMON_H__ +#include + /* * The i.MXS has interesting feature when it comes to register access. There * are four kinds of access to one particular register. Those are: