From patchwork Tue May 27 11:28:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 4248671 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 920A99F333 for ; Tue, 27 May 2014 11:34:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CECD82025A for ; Tue, 27 May 2014 11:34:35 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C891A2021B for ; Tue, 27 May 2014 11:34:33 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WpFbB-0002ov-2s; Tue, 27 May 2014 11:31:17 +0000 Received: from mail-pb0-f42.google.com ([209.85.160.42]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WpFb4-0002ja-PX for linux-arm-kernel@lists.infradead.org; Tue, 27 May 2014 11:31:14 +0000 Received: by mail-pb0-f42.google.com with SMTP id md12so9196920pbc.1 for ; Tue, 27 May 2014 04:30:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=Irveb2n4FiSeffPcZBZb3t/Jc5TZ1+vCCdnsjylHJN0=; b=ZrVBKHSlfJ97RwnylTo7AkZSLiNU0SLN+ctsr7i6EgvMEXymNSckJGQjkvjhPm6/Y2 nm+d9YrAD+WkPgLKtl9Mcgj+m1gWGj0IHFjNPFDWKBfLHUlGNEM5AKcK/dtiHmEBSC2L 1ryc7bM2x1deUns45A9NZXDgICf7/fzwf4uS1kZeDGWJWUB4Xx6KyDd+l46lmccifgI6 Mr+ub7ENOnem37vo7VO9iqSDjhgeKBZ8tMtC+43bSmz2MYpUV5dWflMFZfSqxcBbIvuD 6/2xqqdiUNUvpXulYh9K4d+GRdFX6Dwjbm179i4+nO5TeSQK9/t6Ir649gbSGKpJCG/q VbLg== X-Gm-Message-State: ALoCoQmYlKW0zeH3PWkw/SboXdGivKfCXNSFTrRzo9O/Lytne5dlc+45OKsLIXfPzFXq7cr6jMQT X-Received: by 10.68.78.66 with SMTP id z2mr35832365pbw.71.1401190246816; Tue, 27 May 2014 04:30:46 -0700 (PDT) Received: from linaro.sisodomain.com ([14.140.216.146]) by mx.google.com with ESMTPSA id yx3sm22924897pbb.6.2014.05.27.04.30.43 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 27 May 2014 04:30:46 -0700 (PDT) From: Sachin Kamat To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/1] ARM: mvebu: Staticize mvebu_cpu_reset_init Date: Tue, 27 May 2014 16:58:27 +0530 Message-Id: <1401190107-21359-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140527_043110_847508_FD7198F3 X-CRM114-Status: UNSURE ( 9.55 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: thomas.petazzoni@free-electrons.com, andrew@lunn.ch, jason@lakedaemon.net, sachin.kamat@linaro.org, gregory.clement@free-electrons.com, sebastian.hesselbarth@gmail.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 'mvebu_cpu_reset_init' is local to this file. Signed-off-by: Sachin Kamat Acked-by: Thomas Petazzoni --- arch/arm/mach-mvebu/cpu-reset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-mvebu/cpu-reset.c b/arch/arm/mach-mvebu/cpu-reset.c index 4a8f9eebebea..60fb53787004 100644 --- a/arch/arm/mach-mvebu/cpu-reset.c +++ b/arch/arm/mach-mvebu/cpu-reset.c @@ -67,7 +67,7 @@ static int mvebu_cpu_reset_map(struct device_node *np, int res_idx) return 0; } -int __init mvebu_cpu_reset_init(void) +static int __init mvebu_cpu_reset_init(void) { struct device_node *np; int res_idx;