From patchwork Tue Oct 8 11:17:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3003051 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 EEB239F243 for ; Tue, 8 Oct 2013 11:28:12 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DFE06201F2 for ; Tue, 8 Oct 2013 11:28:11 +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 626FD20149 for ; Tue, 8 Oct 2013 11:28:09 +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 1VTVLI-0007e7-DU; Tue, 08 Oct 2013 11:20: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 1VTVKW-0003qe-Kg; Tue, 08 Oct 2013 11:19:56 +0000 Received: from mail-pb0-f42.google.com ([209.85.160.42]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTVJd-0003jm-3U for linux-arm-kernel@lists.infradead.org; Tue, 08 Oct 2013 11:19:02 +0000 Received: by mail-pb0-f42.google.com with SMTP id un15so8539196pbc.15 for ; Tue, 08 Oct 2013 04:18:39 -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=Qd0Xh33NbVWrWFGTIPf/SxPwLGlux95imsAzt3dkYtg=; b=GAoZC6FXEwYw2L4ibLUGk2gt89vWhDiQoHPu4j7IyHAj5RA4l+qXqdinmmHKmzydeH kusR+HEdhpyNspH39zp+kVa475sDJNkjyZOFSh+pg9Jw4i0N0LoIJt8xPOW3p8DwNugc Pl/yOI7CKy4Nnj6hlC1ArEGJsZTcG1bfKAZfo0gSCH+qx+moJ6QerablBPfOmyrDFKpQ Gk5Cy2Xv+iWB3qRN8S2tXLGwtGsddoaH6TlUlnEzvQ/gcJI5bQzH+I0dVtyFE2CYMANI u2IZevX0jsPCC4q9G6gS2tjQY8T9Pr8j3K2rkD7JCmXPUImK+xOQm97r4Gzti85wSJZ4 UQpw== X-Gm-Message-State: ALoCoQkpLwKswWjl7TAMd+q7faEgfTK6nTJmXkDlYDP25O8LM/4cePL1T3svCwpbiRrxWrQjJyhY X-Received: by 10.68.90.129 with SMTP id bw1mr1199193pbb.111.1381231119694; Tue, 08 Oct 2013 04:18:39 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id tz3sm39406818pbc.20.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 08 Oct 2013 04:18:39 -0700 (PDT) From: Sachin Kamat To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 08/10] clk: vt8500: Staticize vtwm_pll_ops Date: Tue, 8 Oct 2013 16:47:46 +0530 Message-Id: <1381231068-6053-8-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1381231068-6053-1-git-send-email-sachin.kamat@linaro.org> References: <1381231068-6053-1-git-send-email-sachin.kamat@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131008_071901_311107_29F5579D X-CRM114-Status: GOOD ( 10.69 ) 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.5 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 --- 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 82306f5..a45e7a6 100644 --- a/drivers/clk/clk-vt8500.c +++ b/drivers/clk/clk-vt8500.c @@ -620,7 +620,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,