From patchwork Sat Dec 9 02:15:09 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Lechner X-Patchwork-Id: 10103521 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 236F460223 for ; Sat, 9 Dec 2017 02:15:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0CA9C28FD8 for ; Sat, 9 Dec 2017 02:15:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 002A028FE5; Sat, 9 Dec 2017 02:15:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 8D04928FD8 for ; Sat, 9 Dec 2017 02:15:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=c9YzYMe9V4k8gH8JgGVV6I46Sa3JtaofzU+iVXV4/aw=; b=IjUEKruKyEg4U69YUNS79/k71f peESMdEp1stl4gduKgVKBRHSxFyCFCujS0mFRd0WawLzSRG2kXS2TjitzrGjpGMtFe2qsmkZcp2Gy fO8ddywakXs0Dj+G4yTml0rEurg0OewoWmNSiaoC7MfZPeCjYuCmzBTyVUZOV7Bd8a3+VPmty8qlv kxEhMi7WcBPcQXERkBiE1zv/cMER6g0L2frEA1xHumrqLs5SB+Nb6xL7lwmuoMK3rONBLnwx6jlHV VV16uhZus7OxOeKxtlodUSNWHSWhw8OapoOpiGVWXs5/JaaxNI5VSmis3oDVsgSRIijx48YNDH4Qv scM6JNVA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1eNUg4-0004op-FI; Sat, 09 Dec 2017 02:15:44 +0000 Received: from vern.gendns.com ([206.190.152.46]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1eNUg0-0004nC-Qh for linux-arm-kernel@lists.infradead.org; Sat, 09 Dec 2017 02:15:42 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lechnology.com; s=default; h=References:In-Reply-To:Message-Id:Date:Subject :Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=CUK2M5soGwgS2Pb9C0cgWRIkW2Qp1yguUGgmR6x/rms=; b=z10O2Xazv581Axxacj8PPecYH OkpVt5A1X01aE3CUMUQIHTg5iW8hXRW87xsEPpbaR+bup+w/KKGneToxnWrO7vmqgu56BKEvYvOca cSRvy1KaacdwMxBOvkHHFmPRnEdgyg2tQuSg6txxZGSNWamrKQ9BEWImxG/Nmm7Vxiuliiceo2qxW 1XsKQGsP3jYfmX9rXeHVpvryVv6IUuLPwwXjIcIm4gHdfyJp5G4Rq3Z0CZIQJtFgxMy7/X00v9giB lls4qStkLmM6lZJ0pQZPHozAbcVRQSUitmNUB7LMtwsMg4rqDpqEQM//j4QFTlnlD0XcwExbDhQJG thVfu319w==; Received: from 108-198-5-147.lightspeed.okcbok.sbcglobal.net ([108.198.5.147]:59506 helo=freyr.lechnology.com) by vern.gendns.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-SHA256:128) (Exim 4.89) (envelope-from ) id 1eNUe4-001sza-QO; Fri, 08 Dec 2017 21:13:41 -0500 From: David Lechner To: linux-arm-kernel@lists.infradead.org Subject: [PATCH v3 3/5] ARM: davinci: make davinci_clk_reset() static Date: Fri, 8 Dec 2017 20:15:09 -0600 Message-Id: <1512785711-15064-4-git-send-email-david@lechnology.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1512785711-15064-1-git-send-email-david@lechnology.com> References: <1512785711-15064-1-git-send-email-david@lechnology.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - lists.infradead.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171208_181540_897111_70914CA1 X-CRM114-Status: UNSURE ( 5.78 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@vger.kernel.org, Sekhar Nori , David Lechner , Kevin Hilman MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP This makes davinci_clk_reset() static. It is not used anywhere else. Signed-off-by: David Lechner --- arch/arm/mach-davinci/clock.c | 3 +-- arch/arm/mach-davinci/clock.h | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/arm/mach-davinci/clock.c b/arch/arm/mach-davinci/clock.c index 5f0a31d..c149b24 100644 --- a/arch/arm/mach-davinci/clock.c +++ b/arch/arm/mach-davinci/clock.c @@ -59,7 +59,7 @@ void davinci_clk_disable(struct clk *clk) davinci_clk_disable(clk->parent); } -int davinci_clk_reset(struct clk *clk, bool reset) +static int davinci_clk_reset(struct clk *clk, bool reset) { unsigned long flags; @@ -73,7 +73,6 @@ int davinci_clk_reset(struct clk *clk, bool reset) return 0; } -EXPORT_SYMBOL(davinci_clk_reset); int davinci_clk_reset_assert(struct clk *clk) { diff --git a/arch/arm/mach-davinci/clock.h b/arch/arm/mach-davinci/clock.h index e4afaa9..bf60cdf 100644 --- a/arch/arm/mach-davinci/clock.h +++ b/arch/arm/mach-davinci/clock.h @@ -124,7 +124,6 @@ int davinci_set_pllrate(struct pll_data *pll, unsigned int prediv, int davinci_set_sysclk_rate(struct clk *clk, unsigned long rate); int davinci_set_refclk_rate(unsigned long rate); int davinci_simple_set_rate(struct clk *clk, unsigned long rate); -int davinci_clk_reset(struct clk *clk, bool reset); void davinci_clk_enable(struct clk *clk); void davinci_clk_disable(struct clk *clk);