From patchwork Mon Jan 27 15:58:23 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Holger Brunck X-Patchwork-Id: 314415 X-Patchwork-Delegate: albert.aribaud@free.fr 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 BE3D72C0079 for ; Tue, 28 Jan 2014 02:59:36 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4A3284B4A2; Mon, 27 Jan 2014 16:59:33 +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 Pbt723vii876; Mon, 27 Jan 2014 16:59:33 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 09D7C4B393; Mon, 27 Jan 2014 16:59:12 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 087D44B330 for ; Mon, 27 Jan 2014 16:59:06 +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 z49q10ORb6cp for ; Mon, 27 Jan 2014 16:59:05 +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-de.keymile.com (mail-de.keymile.com [195.8.104.250]) by theia.denx.de (Postfix) with ESMTPS id 2BC834B335 for ; Mon, 27 Jan 2014 16:58:58 +0100 (CET) Received: from [10.9.1.54] (port=46548 helo=mailrelay.de.keymile.net) by mail-de.keymile.com with esmtp (Exim 4.76) (envelope-from ) id 1W7oaN-0002uX-15; Mon, 27 Jan 2014 16:58:55 +0100 Received: from ch10641.keymile.net (ch10641.keymile.net [172.31.40.7]) by mailrelay.de.keymile.net (8.12.2/8.12.2) with ESMTP id s0RFwpOk014899; Mon, 27 Jan 2014 16:58:54 +0100 (MET) From: Holger Brunck To: u-boot@lists.denx.de Date: Mon, 27 Jan 2014 16:58:23 +0100 Message-Id: <1390838309-11672-2-git-send-email-holger.brunck@keymile.com> X-Mailer: git-send-email 1.8.0.1 In-Reply-To: <1390838309-11672-1-git-send-email-holger.brunck@keymile.com> References: <1390838309-11672-1-git-send-email-holger.brunck@keymile.com> Cc: Holger Brunck Subject: [U-Boot] [PATCH 2/8] arm/km: make local function startup_allowed static 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 Signed-off-by: Holger Brunck --- board/keymile/km_arm/km_arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/keymile/km_arm/km_arm.c b/board/keymile/km_arm/km_arm.c index 946cbed..c104896 100644 --- a/board/keymile/km_arm/km_arm.c +++ b/board/keymile/km_arm/km_arm.c @@ -102,7 +102,7 @@ static const u32 kwmpp_config[] = { /* * Wait for startup OK from mgcoge3ne */ -int startup_allowed(void) +static int startup_allowed(void) { unsigned char buf;