From patchwork Tue Nov 6 23:06:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ilya Yanok X-Patchwork-Id: 197573 X-Patchwork-Delegate: trini@ti.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 020C52C00EC for ; Wed, 7 Nov 2012 10:07:01 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9BED74A51D; Wed, 7 Nov 2012 00:07:00 +0100 (CET) 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 231uDNwxBhTT; Wed, 7 Nov 2012 00:07:00 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B4AA04A520; Wed, 7 Nov 2012 00:06:48 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 77EC94A4DE for ; Wed, 7 Nov 2012 00:06:45 +0100 (CET) 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 LEEP5a4th41R for ; Wed, 7 Nov 2012 00:06:44 +0100 (CET) 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-ea0-f172.google.com (mail-ea0-f172.google.com [209.85.215.172]) by theia.denx.de (Postfix) with ESMTPS id ACC434A4F6 for ; Wed, 7 Nov 2012 00:06:43 +0100 (CET) Received: by mail-ea0-f172.google.com with SMTP id k13so418307eaa.3 for ; Tue, 06 Nov 2012 15:06:43 -0800 (PST) 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=Y45lYub+uS/YQJ/NKn769rURcK34Z2+/6zTg9Sn1uu8=; b=i4RmgeRcN920hAnsYBegrsdaabebEdw1AH9+T0VtdhEqTnOp4ZZumYvB1teZ2toFgr R7ujtVgbWgvedWNPBEc92jLKy2OqUigN2DQi+DtOKJBpMG833k6dwsD0Z8JdfY6MmNKU mlg10inFRg3V/KOnT+V8/tgWTtKPkJs5HNwHsgyQSDxzSFr5FXkR9ACXUtAwFYeWT4xW wUquAFso7OIkZymzC+N1mkaqtNYai+iu1iAOwdBHMgRKQALJavMixZS5eMcSrFb0rjdi rmKDli4r6ocMI5BJhLMOVgNDGrn2z79ZXgvGnhDUtyprQeia7BO08tGgnD583xkHccNC aEDw== Received: by 10.14.200.194 with SMTP id z42mr8505501een.13.1352243203075; Tue, 06 Nov 2012 15:06:43 -0800 (PST) Received: from chekhov.mobile.usilu.net (nat184.lu.usi.ch. [195.176.178.184]) by mx.google.com with ESMTPS id f2sm59603682eep.2.2012.11.06.15.06.42 (version=SSLv3 cipher=OTHER); Tue, 06 Nov 2012 15:06:42 -0800 (PST) From: Ilya Yanok To: u-boot@lists.denx.de, Tom Rini , Scott Wood Date: Wed, 7 Nov 2012 00:06:28 +0100 Message-Id: <1352243195-64326-2-git-send-email-ilya.yanok@cogentembedded.com> X-Mailer: git-send-email 1.7.10.2 (Apple Git-33) In-Reply-To: <1352243195-64326-1-git-send-email-ilya.yanok@cogentembedded.com> References: <1352243195-64326-1-git-send-email-ilya.yanok@cogentembedded.com> X-Gm-Message-State: ALoCoQkZ/E0g2s/JB/6KWgafub2nUAoqycI4ub7nORvH5KHkCKlMWrfLXurn1XiDP9TfDPTQUAKx Cc: Ilya Yanok Subject: [U-Boot] [PATCH v2 1/8] OMAP: include sys_proto.h from boot-common 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 Include asm/arch/sys_proto.h for gpmc_init prototype. Without this we get a warning while building for AM335x. Signed-off-by: Ilya Yanok --- arch/arm/cpu/armv7/omap-common/boot-common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/cpu/armv7/omap-common/boot-common.c b/arch/arm/cpu/armv7/omap-common/boot-common.c index 0f19141..2b584e0 100644 --- a/arch/arm/cpu/armv7/omap-common/boot-common.c +++ b/arch/arm/cpu/armv7/omap-common/boot-common.c @@ -21,6 +21,7 @@ #include #include #include +#include /* * This is used to verify if the configuration header