From patchwork Sat Jun 2 07:21:32 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 10444607 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 08AB260234 for ; Sat, 2 Jun 2018 07:22:05 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E2A722893F for ; Sat, 2 Jun 2018 07:22:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D69DC28995; Sat, 2 Jun 2018 07:22:04 +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=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.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 4787B2893F for ; Sat, 2 Jun 2018 07:22:04 +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: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:In-Reply-To: References:List-Owner; bh=ge4i2Vx2G0+l3oXRZA104hlEh4mTD1OJL0ThqAjm3to=; b=dFI TCqG3oO5zJPxIJjmLaUgGlPipc/MLY9hBj1DwOhiTw8+ASv42tfeIu4LZV5C1gbrpi5fhYEDxMkin lXf/vgwSUdifYbObp4FC0VKxaOjd1fhbuFLn3L/SQ37JTSm5avJW50SYocusk95mk4jH8dPmNn9M8 W6dzciSlPCo/4CZjj+B6VCZ83dxyjrDzoK7arqD+yuRn4taV2QJHapGbim874BtLWPIGVMC0ADSo0 7MRHls7ueTGv1xXNqIE2vepjg1K3dgUeLgDP2yuH/IlettdjnpTXDurAwggSb0DKOIVKz0J/Q2jXU +reE9BlHN6P8iGXXx9CEUKxVB9gcPXw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fP0rE-00014Q-99; Sat, 02 Jun 2018 07:21:48 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fP0rB-000135-C9 for linux-arm-kernel@lists.infradead.org; Sat, 02 Jun 2018 07:21:46 +0000 Received: from swboyd.mtv.corp.google.com (unknown [104.132.1.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F1E9420876; Sat, 2 Jun 2018 07:21:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1527924094; bh=xaz9frKMhvS6/7WrRD64GvaQDxYcue/JpYrr1BeFta8=; h=From:To:Cc:Subject:Date:From; b=eWTPnMRD0JqlF7jg/sJUuEzWd3/SLTrNRD8qQO/pZtbW8OT04JsO5g0p7dlN3D49m qAnYM5zCblrrvnpMEJh3CF08JhInv+m+wVhqmCnLW+5aZIrAOgvF/0t407va3pe0I6 GyC+EuovjHlcPonNffgDGmL+2Vq1TIql1fYWaV4s= From: sboyd@kernel.org To: Michael Turquette , Stephen Boyd Subject: [PATCH] clk: qcom: Export clk_fabia_pll_configure() Date: Sat, 2 Jun 2018 00:21:32 -0700 Message-Id: <20180602072132.222257-1-sboyd@kernel.org> X-Mailer: git-send-email 2.17.1.1185.g55be947832-goog X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180602_002145_437100_14169ABC X-CRM114-Status: UNSURE ( 9.40 ) 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-arm-msm@vger.kernel.org, Amit Nischal , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org 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 From: Stephen Boyd This is used by the video clk driver on sdm845 and that's a module. Export it to prevent module build failures. Cc: Amit Nischal Signed-off-by: Stephen Boyd --- drivers/clk/qcom/clk-alpha-pll.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/qcom/clk-alpha-pll.c b/drivers/clk/qcom/clk-alpha-pll.c index 9722b701fbdb..3c49a60072f1 100644 --- a/drivers/clk/qcom/clk-alpha-pll.c +++ b/drivers/clk/qcom/clk-alpha-pll.c @@ -885,6 +885,7 @@ void clk_fabia_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap, regmap_update_bits(regmap, PLL_MODE(pll), PLL_RESET_N, PLL_RESET_N); } +EXPORT_SYMBOL_GPL(clk_fabia_pll_configure); static int alpha_pll_fabia_enable(struct clk_hw *hw) {