From patchwork Tue Aug 6 11:31:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 2839353 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 5ABCE9F3B9 for ; Tue, 6 Aug 2013 11:49:14 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6CC28201BD for ; Tue, 6 Aug 2013 11:49:13 +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 1C7A6201BB for ; Tue, 6 Aug 2013 11:49:12 +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 1V6flE-0007kz-Es; Tue, 06 Aug 2013 11:49:08 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V6flC-0003IG-8r; Tue, 06 Aug 2013 11:49:06 +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 1V6fl8-0003GJ-1x for linux-arm-kernel@lists.infradead.org; Tue, 06 Aug 2013 11:49:04 +0000 Received: by mail-pb0-f47.google.com with SMTP id rr4so310151pbb.6 for ; Tue, 06 Aug 2013 04:48:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=cxwovEHPLMk5c7fSowS4eYr6b59ju58YRvnL1wdsnjw=; b=eLSum1bz3Dw9EqTt00QEs4qAdxXi8kYNsYb1bU9h8nJ0rGZUi5/l79L/HAgoCxFLo9 M4L2ngpFwAK7+OMEcYZnxkNSZxCOFjMCxAzmJEDYBuVCkyftY58qAgETl0bnziJeWDuE pirKGkIJ9CRo0E1OM2czSXz7nO5NAWrWFJ/FuFzTEMyK+LxgsVYpCBoCko4OjhJ5p0Fy 1w2ZGP7b3So8AyLoJ+EJ6yr5Sq4PqkCwiwPrNFXWDlwfJW0paWCIv6uXAHzvFbuvF8eY IXCTeYOYmkDZnbUK4o8Q+B+Uv2uh7c3aA5CmGp7Us39wu1365vnVEN28sc9ZIuvMcvw1 Lemg== X-Gm-Message-State: ALoCoQkN1chVIWstGVZLbI0Dhk31tLi/1WTTHcmmCttvb+l55NMng43dITf9smo6tWvgiJzkkZkn X-Received: by 10.66.246.106 with SMTP id xv10mr2758748pac.100.1375789719998; Tue, 06 Aug 2013 04:48:39 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id sz6sm3662088pab.5.2013.08.06.04.48.36 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 06 Aug 2013 04:48:39 -0700 (PDT) From: Sachin Kamat To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/3] clk: exynos4: Make exynos4_plls static Date: Tue, 6 Aug 2013 17:01:13 +0530 Message-Id: <1375788675-2638-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-20130806_074902_183583_9F344D15 X-CRM114-Status: UNSURE ( 9.61 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) Cc: sachin.kamat@linaro.org, linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com, mturquette@linaro.org, patches@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.2 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 'exynos4_plls' is used only in this file. Make it static. Signed-off-by: Sachin Kamat --- drivers/clk/samsung/clk-exynos4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/samsung/clk-exynos4.c b/drivers/clk/samsung/clk-exynos4.c index 68f9a4a..fec319d 100644 --- a/drivers/clk/samsung/clk-exynos4.c +++ b/drivers/clk/samsung/clk-exynos4.c @@ -984,7 +984,7 @@ static __initdata struct of_device_id ext_clk_match[] = { {}, }; -struct __initdata samsung_pll_clock exynos4_plls[nr_plls] = { +static struct __initdata samsung_pll_clock exynos4_plls[nr_plls] = { [apll] = PLL_A(pll_35xx, fout_apll, "fout_apll", "fin_pll", APLL_LOCK, APLL_CON0, "fout_apll", NULL), [mpll] = PLL_A(pll_35xx, fout_mpll, "fout_mpll", "fin_pll",