From patchwork Tue Oct 30 22:47:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ilya Yanok X-Patchwork-Id: 195638 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 A7FB12C0081 for ; Wed, 31 Oct 2012 09:48:12 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BFA124A359; Tue, 30 Oct 2012 23:48:09 +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 A72BEG8P4QGm; Tue, 30 Oct 2012 23:48:09 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6318D4A377; Tue, 30 Oct 2012 23:47:58 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CF0E94A371 for ; Tue, 30 Oct 2012 23:47:55 +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 6ynCNAsme9UY for ; Tue, 30 Oct 2012 23:47:55 +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 A82E24A370 for ; Tue, 30 Oct 2012 23:47:52 +0100 (CET) Received: by mail-ea0-f172.google.com with SMTP id k13so347309eaa.3 for ; Tue, 30 Oct 2012 15:47:51 -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=2sMVX5UXLORlZ6DeVFE2PLjnacDV8KbAH8XVu2E2keU=; b=J1pR/k7t2lx1RgWFrkNlIJAq7+LZGibjIsdyWldkbn2OxnuVyOqjPQm7k3cfB6pNeZ N4WF/wF7qwTZG+YyTZggyavcthFCwJ5IYZkeZb9YIfykASvFZKcvVunp/i98xiRuSHl6 dfFN342QSAMb2zfm9hmlObpMvtYFOL4+LLtIkJLv03z4Ttb4QgBtrk5pb9Y3DSE8NHz9 Uo760QiXDA8kD/L3iJjkg+nt2eC0MLsQdt9TDxKotKHw9qaaqVXN1rYkNzEp6pmXi0l4 emfjTH51hASTLDnR84JAW+xRkVOjdjry1pRWi4yVXg5pE7+XTTfo7R8YECazwFIIhb07 F4Bw== Received: by 10.14.194.72 with SMTP id l48mr78829156een.9.1351637271233; Tue, 30 Oct 2012 15:47:51 -0700 (PDT) Received: from chekhov.mobile.usilu.net (nat184.lu.usi.ch. [195.176.178.184]) by mx.google.com with ESMTPS id a44sm4257390eeo.7.2012.10.30.15.47.50 (version=SSLv3 cipher=OTHER); Tue, 30 Oct 2012 15:47:50 -0700 (PDT) From: Ilya Yanok To: u-boot@lists.denx.de, Tom Rini , Scott Wood Date: Tue, 30 Oct 2012 23:47:36 +0100 Message-Id: <1351637263-17464-2-git-send-email-ilya.yanok@cogentembedded.com> X-Mailer: git-send-email 1.7.10.2 (Apple Git-33) In-Reply-To: <1351637263-17464-1-git-send-email-ilya.yanok@cogentembedded.com> References: <1351637263-17464-1-git-send-email-ilya.yanok@cogentembedded.com> X-Gm-Message-State: ALoCoQl9vImrs9WDAf0AfAuoffKHpKXAqa6jXiKLoHvX3WEp5NF3EgSmadnUrRPMrYSyBGXS0FP9 Cc: Ilya Yanok Subject: [U-Boot] [PATCH v1 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