From patchwork Wed May 28 03:39:03 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 4252451 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 8A5949F336 for ; Wed, 28 May 2014 03:44:12 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9EA7A201FE for ; Wed, 28 May 2014 03:44:11 +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 A3ADC201FB for ; Wed, 28 May 2014 03:44:10 +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 1WpUkO-0001Fp-G6; Wed, 28 May 2014 03:41:48 +0000 Received: from mail-pb0-f47.google.com ([209.85.160.47]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WpUkL-0001Eh-NP for linux-arm-kernel@lists.infradead.org; Wed, 28 May 2014 03:41:46 +0000 Received: by mail-pb0-f47.google.com with SMTP id rp16so10400974pbb.20 for ; Tue, 27 May 2014 20:41:24 -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=BJ+kLOJ/TruZwuzIZIaM4tk8/KGNEJn/gXlUtkP3Jas=; b=RkSytz2CQUbVafhib/fxBBuMUvSWWOe2s7Ta551p1M2HrakKvEL9qVaDqV45AwTZWO /O6XEu6jgbBHZNwquc6wjy+YctvTJqWU7CezMK/GLJ1A5wxHiLRJY6oaScyTHy0L0VXt G2WSlQ4Gu4sHLTSNOxgfp/y+JC9HwVNl+pB47l9YtpAEHPyMtEd+WQyXRHwL3fkTM4Hr bo8b3/eQiHGOrP0TioBNXqSfByb0S8fWpVJ6X7B4ja5cl+bPSpMArW1yu7Ubsd3rUd8D f0lgUcVJ3MQBCb4RePDFulr2jTvFcDd/Hu4E1zEfucCbBwQd3f8h6VdT8a6AkBZ2hPm2 qFPg== X-Gm-Message-State: ALoCoQkwyhTPYtw3srngdEwjfWl8wikQBV+M3ijBTNeZJ8QBGz5doMpJx8kzPPoA5qt4bpmrB3um X-Received: by 10.66.149.37 with SMTP id tx5mr41369477pab.81.1401248484650; Tue, 27 May 2014 20:41:24 -0700 (PDT) Received: from linaro.sisodomain.com ([14.140.216.146]) by mx.google.com with ESMTPSA id nh8sm25792802pbc.25.2014.05.27.20.41.21 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 27 May 2014 20:41:23 -0700 (PDT) From: Sachin Kamat To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/1] ARM: mvebu: Staticize armada_370_xp_cpu_pm_init Date: Wed, 28 May 2014 09:09:03 +0530 Message-Id: <1401248343-9747-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_204145_775522_62F76179 X-CRM114-Status: UNSURE ( 9.66 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: thomas.petazzoni@free-electrons.com, andrew@lunn.ch, linux@arm.linux.org.uk, 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 'armada_370_xp_cpu_pm_init' is local to this file. Signed-off-by: Sachin Kamat --- arch/arm/mach-mvebu/pmsu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-mvebu/pmsu.c b/arch/arm/mach-mvebu/pmsu.c index 53a55c8520bf..861f6be7a26c 100644 --- a/arch/arm/mach-mvebu/pmsu.c +++ b/arch/arm/mach-mvebu/pmsu.c @@ -263,7 +263,7 @@ static struct notifier_block armada_370_xp_cpu_pm_notifier = { .notifier_call = armada_370_xp_cpu_pm_notify, }; -int __init armada_370_xp_cpu_pm_init(void) +static int __init armada_370_xp_cpu_pm_init(void) { struct device_node *np;