From patchwork Thu Dec 19 08:53:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3375941 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id CA203C0D4A for ; Thu, 19 Dec 2013 09:00:34 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 46A1D20620 for ; Thu, 19 Dec 2013 09:00:30 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (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 F33992061D for ; Thu, 19 Dec 2013 09:00:28 +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 1VtZRN-0001nP-Cb; Thu, 19 Dec 2013 08:58:46 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VtZQw-0008Lt-Uf; Thu, 19 Dec 2013 08:58:18 +0000 Received: from mail-pa0-f46.google.com ([209.85.220.46]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VtZQP-0008HX-4a for linux-arm-kernel@lists.infradead.org; Thu, 19 Dec 2013 08:57:46 +0000 Received: by mail-pa0-f46.google.com with SMTP id kl14so880297pab.19 for ; Thu, 19 Dec 2013 00:57:23 -0800 (PST) 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=8rvTM6V1TrUaOzjMbtbnBjCd1uBicyamb+ldTCJHTTY=; b=RfYD1w28dttnAt2npGtTFpkL7N66hFAUHiaPnqM8jPNoYD7Uhj+eZ0+DYH2DhWptUT Nf7jwcX6TFJrt9FwOJvAYHI2XuNYyvZz01LA8LdbUjgdSrw1jg4KpBnYtcCwUweYDMFK gh4scbG6nEw0MaMYN9n9tVDy2Zs2iBGEJ3i+lIhQsDEZHPjjCFa62rgw1YHAVx1X3TWS aQe29z+aNfH0ETEO0yYh9MXKVVJZ72+4viz10L+nU0EW3f1VeKvyk++fuE0gpTE/54Iq ePn9Pnm8KMOYWk2Kao3pBT5SXw/ZA4mhOFqCmfhoahc3C+5wR/cNF/dIQGUAHf4v5y/m nvjg== X-Gm-Message-State: ALoCoQmX2Rn4v0MwcugD+CY5lVXlZaO0tW+IjUJXOWXhbHGlFvTJsgp/0P38yu0OquYytamGY+Qb X-Received: by 10.68.178.197 with SMTP id da5mr436138pbc.28.1387443443772; Thu, 19 Dec 2013 00:57:23 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id ql10sm5522509pbc.44.2013.12.19.00.57.21 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 19 Dec 2013 00:57:23 -0800 (PST) From: Sachin Kamat To: linux-arm-kernel@lists.infradead.org Subject: [PATCH Resend 5/7] clk: vt8500: Staticize vtwm_pll_ops Date: Thu, 19 Dec 2013 14:23:59 +0530 Message-Id: <1387443241-5694-5-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1387443241-5694-1-git-send-email-sachin.kamat@linaro.org> References: <1387443241-5694-1-git-send-email-sachin.kamat@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131219_035745_308517_8AB435C7 X-CRM114-Status: GOOD ( 11.47 ) X-Spam-Score: -2.6 (--) Cc: sachin.kamat@linaro.org, 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=-4.7 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 'vtwm_pll_ops' is local to this file. Make it static. Signed-off-by: Sachin Kamat Cc: Tony Prisk Acked-by: Tony Prisk --- drivers/clk/clk-vt8500.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/clk-vt8500.c b/drivers/clk/clk-vt8500.c index 7fd5c5e9e25d..37e928846ec5 100644 --- a/drivers/clk/clk-vt8500.c +++ b/drivers/clk/clk-vt8500.c @@ -641,7 +641,7 @@ static unsigned long vtwm_pll_recalc_rate(struct clk_hw *hw, return pll_freq; } -const struct clk_ops vtwm_pll_ops = { +static const struct clk_ops vtwm_pll_ops = { .round_rate = vtwm_pll_round_rate, .set_rate = vtwm_pll_set_rate, .recalc_rate = vtwm_pll_recalc_rate,