From patchwork Fri Sep 13 09:23:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 2882401 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 D963B9F1C0 for ; Fri, 13 Sep 2013 09:43:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BA7832038B for ; Fri, 13 Sep 2013 09:43:06 +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 BE5BC202E8 for ; Fri, 13 Sep 2013 09:43:01 +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 1VKPtj-0007W2-6T; Fri, 13 Sep 2013 09:42:43 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VKPtc-0007IP-Gv; Fri, 13 Sep 2013 09:42:36 +0000 Received: from mail-pa0-f54.google.com ([209.85.220.54]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VKPtR-0007GK-Eq for linux-arm-kernel@lists.infradead.org; Fri, 13 Sep 2013 09:42:26 +0000 Received: by mail-pa0-f54.google.com with SMTP id kx10so2304829pab.41 for ; Fri, 13 Sep 2013 02:42:04 -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=fvUorQ6TO8yCDdwRuiCZbXEZQhli/1pBvtDAORmMOfE=; b=QNNlb++E29D19F1ZsZgE8912kLlqNKFBNNYY4Pxlc7/pcUwXi37p2x7KNrB/EfzvQ4 bBRSb+yglhpIrOlC5JET1rBtWukSM4q0jB/oOVVD7UZOctMvm6BVAUQ4NvDmQVkKkc35 f1DNT+2HGin4wQyxVr+oDZAv0T0ufXIdFMQw+HUpJoKSpMO8ocBhvq3u9nBsitDBlTUf H4xAS4JILzx39YPqQ4IyVqWZVjx/lKPkns22OrT4iQExpLAwunkbGPkk7peoQ0A9fLBT ee0vMmBZlBrCml1R8hNItXUG/vxWsiG3D18JAIDlwftK06UDXrQqg391mIpMIsrxhFmq zIHg== X-Gm-Message-State: ALoCoQmXR57KaRZel1qTuW8s9s8n6q1/YRhjajq52Xl692thKv4WpF6fXnvz2oDkR74f9O5m1m5Q X-Received: by 10.68.178.163 with SMTP id cz3mr1039005pbc.185.1379065324007; Fri, 13 Sep 2013 02:42:04 -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:03 -0700 (PDT) From: Sachin Kamat To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 02/10] clk: SPEAr: Staticize clk_frac_ops Date: Fri, 13 Sep 2013 14:53:44 +0530 Message-Id: <1379064232-10261-2-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_054225_631890_7F58B9D0 X-CRM114-Status: GOOD ( 10.71 ) X-Spam-Score: -2.6 (--) Cc: sachin.kamat@linaro.org, Viresh Kumar , 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 clk_frac_ops is local to this file. Make it static. Signed-off-by: Sachin Kamat Cc: Viresh Kumar Acked-by: Viresh Kumar --- drivers/clk/spear/clk-frac-synth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/spear/clk-frac-synth.c b/drivers/clk/spear/clk-frac-synth.c index 958aa3a..dffd4ce 100644 --- a/drivers/clk/spear/clk-frac-synth.c +++ b/drivers/clk/spear/clk-frac-synth.c @@ -116,7 +116,7 @@ static int clk_frac_set_rate(struct clk_hw *hw, unsigned long drate, return 0; } -struct clk_ops clk_frac_ops = { +static struct clk_ops clk_frac_ops = { .recalc_rate = clk_frac_recalc_rate, .round_rate = clk_frac_round_rate, .set_rate = clk_frac_set_rate,