From patchwork Thu Aug 1 22:18:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Kisky X-Patchwork-Id: 264133 X-Patchwork-Delegate: marek.vasut@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id AFEB82C0091 for ; Fri, 2 Aug 2013 08:22:46 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C9A804A0BA; Fri, 2 Aug 2013 00:22:12 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MIO6GTVL1yHa; Fri, 2 Aug 2013 00:22:12 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AC52F4A03E; Fri, 2 Aug 2013 00:20:19 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AF3D14A02E for ; Fri, 2 Aug 2013 00:19:57 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UQ5MMathR6NA for ; Fri, 2 Aug 2013 00:19:57 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pb0-f43.google.com (mail-pb0-f43.google.com [209.85.160.43]) by theia.denx.de (Postfix) with ESMTPS id 4BB9D4A02F for ; Fri, 2 Aug 2013 00:19:27 +0200 (CEST) Received: by mail-pb0-f43.google.com with SMTP id md4so2586247pbc.16 for ; Thu, 01 Aug 2013 15:19:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=CsYdksGdHEJ45mG59dWgkV0pcri5uUmj5dCWho0fa1Y=; b=exGb37OemQmNEBGA1T69G2lue1MprQOmzjpL7guIROkcsfYxBoBNopMSky82oDgb+s bOKW62ByDYsCo4dUn2nRZo9PoLQLCzYz0S11m++poJK/HfUnVFeSJrHXbe9WzaqgDFQl OD50y6iRytNudBtZ+qAYA2gOeaj2w4uaI//JNoZw5FtZf8f8SPd7wVEMVjsvyle+rUik xeEwMgwGcDRGxT34TKseF1ENKlk6ma31clY+EU2VV//+k247wB/ELyAF7s11n/9SWqJ8 i+2kEaRLJj9/R3jIH4sJLbg1umY/5HgSP2vKboE4aSCZ4rL+vDB+3okRhu6ldHFi0m6e xXwA== X-Received: by 10.66.218.226 with SMTP id pj2mr6958396pac.62.1375395566249; Thu, 01 Aug 2013 15:19:26 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPSA id bs3sm6125314pbc.42.2013.08.01.15.19.23 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 01 Aug 2013 15:19:25 -0700 (PDT) Received: from tkisky by officeserver-2 with local (Exim 4.80) (envelope-from ) id 1V51DN-0004rH-5W; Thu, 01 Aug 2013 15:19:21 -0700 From: Troy Kisky To: marek.vasut@gmail.com Date: Thu, 1 Aug 2013 15:18:27 -0700 Message-Id: <1375395521-18569-11-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1375395521-18569-1-git-send-email-troy.kisky@boundarydevices.com> References: <1375395521-18569-1-git-send-email-troy.kisky@boundarydevices.com> X-Gm-Message-State: ALoCoQmi1cCN/vijq28wg293MdJa3YR0ovWePYvI7u8euViGdHv9xFjNoYgURLgF9iJHS6cwQ6KZ Cc: fabio.estevam@freescale.com, otavio@ossystems.com.br, leiwen@marvell.com, u-boot@lists.denx.de Subject: [U-Boot] [PATCH V2 07/20] arch-mxs/sys_proto.h: include regs-common.h X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de 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,