summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/imx-common
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-10-29 15:54:42 +0800
committerStefano Babic <sbabic@denx.de>2015-11-12 17:38:08 +0100
commiteacb287523c210a6a198b975056b2ebe92b00b70 (patch)
tree52c9e749649abd36cb5371fd1a9f25b2bc2fce21 /arch/arm/include/asm/imx-common
parent6014598f9e6ba63e49fcf7a59d696d3fac9cfa43 (diff)
downloadtalos-obmc-uboot-eacb287523c210a6a198b975056b2ebe92b00b70.tar.gz
talos-obmc-uboot-eacb287523c210a6a198b975056b2ebe92b00b70.zip
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 <Peng.Fan@freescale.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/include/asm/imx-common')
-rw-r--r--arch/arm/include/asm/imx-common/regs-common.h2
1 files changed, 2 insertions, 0 deletions
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 <linux/types.h>
+
/*
* The i.MXS has interesting feature when it comes to register access. There
* are four kinds of access to one particular register. Those are:
OpenPOWER on IntegriCloud