summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mxs
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-10-08 22:57:50 +0200
committerTom Rini <trini@ti.com>2014-10-25 07:27:37 -0400
commit67c398d2c0eb72e2ae566fe72c2a80173cc36d10 (patch)
treee25b27bce5119b4bee198b63ce84fbd802380329 /arch/arm/include/asm/arch-mxs
parent5afe73f57623896c052e6ce90291963e3c57634d (diff)
downloadtalos-obmc-uboot-67c398d2c0eb72e2ae566fe72c2a80173cc36d10.tar.gz
talos-obmc-uboot-67c398d2c0eb72e2ae566fe72c2a80173cc36d10.zip
arch-mx: add missing include
mxs_wait_mask_set and friends need a declaration of struct mxs_register_32. Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'arch/arm/include/asm/arch-mxs')
-rw-r--r--arch/arm/include/asm/arch-mxs/sys_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mxs/sys_proto.h b/arch/arm/include/asm/arch-mxs/sys_proto.h
index 09dfc90a9b..062f3de1d0 100644
--- a/arch/arm/include/asm/arch-mxs/sys_proto.h
+++ b/arch/arm/include/asm/arch-mxs/sys_proto.h
@@ -10,6 +10,8 @@
#ifndef __SYS_PROTO_H__
#define __SYS_PROTO_H__
+#include <asm/imx-common/regs-common.h>
+
int mxs_reset_block(struct mxs_register_32 *reg);
int mxs_wait_mask_set(struct mxs_register_32 *reg,
uint32_t mask,
OpenPOWER on IntegriCloud