From patchwork Fri Sep 13 09:23:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 2882451 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 5D2B89F1E3 for ; Fri, 13 Sep 2013 09:45:39 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1C9A12039C for ; Fri, 13 Sep 2013 09:45:38 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4055E202E8 for ; Fri, 13 Sep 2013 09:45:33 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VKPut-0008Am-Ue; Fri, 13 Sep 2013 09:43:57 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VKPuJ-0007Mc-UC; Fri, 13 Sep 2013 09:43:19 +0000 Received: from mail-pb0-f47.google.com ([209.85.160.47]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VKPtf-0007Ga-5X for linux-arm-kernel@lists.infradead.org; Fri, 13 Sep 2013 09:42:40 +0000 Received: by mail-pb0-f47.google.com with SMTP id rr4so1012706pbb.6 for ; Fri, 13 Sep 2013 02:42:16 -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:in-reply-to :references; bh=mDV978cStQD/pyqYYcNOK3QrX6Ca1iShakD4b4Au0VI=; b=LV75vVoMsRiuF3D2iVx3YlHvpLss1JYyQfzEpcrfte/ySLoiaD1QFHmd39ki5ZlqMd z2sRrNLsaWfych9b+hPej2UOZP1WvESI3OHgD1wTCIIt1g8RLvt0EtQicJZFyos7goz+ qtOWTIFF9ws98FnclUEKE3hBkqFuJF1AlWkgbUmeuXfjH0Ebt6gd4y3Xijslfd61USB5 OgydEB5TFvFBRnkRT3SInHSO22kGynPjM9tu2aPTcB1OukUgbQ8Pj4vqqtHzVPGCXBpL wA1OjLr3Hq0gkawATvusNRvxA8T9gnpgIVkHCzVMeqCXDWT0eKm1juEz2XQ79xtR76gu xNPg== X-Gm-Message-State: ALoCoQk2tiFQY5YveYMvQfGfjiQQbxAmsdIYb0iA9l7mlJ8bJe5LVb8F08YBaYAD1tC128sIqmiB X-Received: by 10.67.3.103 with SMTP id bv7mr14127752pad.15.1379065336769; Fri, 13 Sep 2013 02:42:16 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id mr3sm10532251pbb.27.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 13 Sep 2013 02:42:16 -0700 (PDT) From: Sachin Kamat To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 07/10] clk: mvebu: Staticize of_cpu_clk_setup Date: Fri, 13 Sep 2013 14:53:49 +0530 Message-Id: <1379064232-10261-7-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1379064232-10261-1-git-send-email-sachin.kamat@linaro.org> References: <1379064232-10261-1-git-send-email-sachin.kamat@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130913_054239_332348_E35DB430 X-CRM114-Status: GOOD ( 10.70 ) X-Spam-Score: -2.6 (--) Cc: sachin.kamat@linaro.org, Gregory CLEMENT , mturquette@linaro.org 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=-5.1 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, 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 'of_cpu_clk_setup' is used only in this file. Make it static. Signed-off-by: Sachin Kamat Cc: Gregory CLEMENT Acked-by: Gregory CLEMENT --- drivers/clk/mvebu/clk-cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/mvebu/clk-cpu.c b/drivers/clk/mvebu/clk-cpu.c index 1466865..8ebf757 100644 --- a/drivers/clk/mvebu/clk-cpu.c +++ b/drivers/clk/mvebu/clk-cpu.c @@ -101,7 +101,7 @@ static const struct clk_ops cpu_ops = { .set_rate = clk_cpu_set_rate, }; -void __init of_cpu_clk_setup(struct device_node *node) +static void __init of_cpu_clk_setup(struct device_node *node) { struct cpu_clk *cpuclk; void __iomem *clock_complex_base = of_iomap(node, 0);