From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Thu, 01 Aug 2013 15:48:08 -0700 Subject: [U-Boot] [PATCH V2 07/20] arch-mxs/sys_proto.h: include regs-common.h In-Reply-To: <1375395521-18569-11-git-send-email-troy.kisky@boundarydevices.com> References: <1375395521-18569-1-git-send-email-troy.kisky@boundarydevices.com> <1375395521-18569-11-git-send-email-troy.kisky@boundarydevices.com> Message-ID: <51FAE5A8.1000701@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 8/1/2013 3:18 PM, Troy Kisky wrote: > sys_proto uses mxs_register_32 so > include > > like arch-mx6/sys_proto.h does. > > This prevents warnings when building m28evk after > the next patch in the series. > > Signed-off-by: Troy Kisky > --- > arch/arm/include/asm/arch-mxs/sys_proto.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/include/asm/arch-mxs/sys_proto.h b/arch/arm/include/asm/arch-mxs/sys_proto.h > index 1038592..5ed6070 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 > + > int mxs_reset_block(struct mxs_register_32 *reg); > int mxs_wait_mask_set(struct mxs_register_32 *reg, > uint32_t mask, Sorry folks, I forgot to delete old patches when I rebased to put Stefano patches together, please ignore this one. Troy