From patchwork Thu Jul 4 13:29:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Holger Brunck X-Patchwork-Id: 256900 X-Patchwork-Delegate: prafulla@marvell.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 EC1382C008A for ; Thu, 4 Jul 2013 23:29:46 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6400F4A02A; Thu, 4 Jul 2013 15:29:45 +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 aR9ad3GvDT3I; Thu, 4 Jul 2013 15:29:45 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 30AB14A02C; Thu, 4 Jul 2013 15:29:44 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5AAF34A036 for ; Thu, 4 Jul 2013 15:29:37 +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 DKzQFgZCFZlk for ; Thu, 4 Jul 2013 15:29:32 +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-de.keymile.com (mail-de.keymile.com [195.8.104.250]) by theia.denx.de (Postfix) with ESMTPS id 2A02C4A02A for ; Thu, 4 Jul 2013 15:29:28 +0200 (CEST) Received: from frodo.de.keymile.net ([10.9.1.54]:46918 helo=mailrelay.de.keymile.net) by mail-de.keymile.com with esmtp (Exim 4.76) (envelope-from ) id 1UujbB-0000Hz-1g; Thu, 04 Jul 2013 15:29:25 +0200 Received: from pc005093.de.keymile.net.de.keymile.net.de.keymile.net (pc005093.de.keymile.net.de.keymile.net.de.keymile.net [172.30.2.67]) by mailrelay.de.keymile.net (8.12.2/8.12.2) with ESMTP id r64DRJnX004879; Thu, 4 Jul 2013 15:27:20 +0200 (MEST) From: Holger Brunck To: u-boot@lists.denx.de Date: Thu, 4 Jul 2013 15:29:09 +0200 Message-Id: <1372944549-19794-3-git-send-email-holger.brunck@keymile.com> X-Mailer: git-send-email 1.8.0.1 In-Reply-To: <1372944549-19794-1-git-send-email-holger.brunck@keymile.com> References: <1372944549-19794-1-git-send-email-holger.brunck@keymile.com> Cc: Valentin Longchamp , Holger Brunck Subject: [U-Boot] [PATCH 3/3] 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 24fcf70..29f85ff 100644 --- a/board/keymile/km_arm/km_arm.c +++ b/board/keymile/km_arm/km_arm.c @@ -118,7 +118,7 @@ static const u32 kwmpp_config[] = { /* * Wait for startup OK from mgcoge3ne */ -int startup_allowed(void) +static int startup_allowed(void) { unsigned char buf;