From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 075CFC433E0 for ; Wed, 27 May 2020 01:03:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DB7012089D for ; Wed, 27 May 2020 01:03:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590541402; bh=L8D3Mt2ic80N/BfYGvtKAAnSlms9gGMG6yYwHNvf/JM=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=s0UJdGI/kvVih6DsBjedICLoeAnJnNIPOvJBwaeGb4qhcVBBGww+COKCKNxFiBT0W +zqsB8b1RYLIA3usmR9Yy9bQ4cUbX7Gzg+mkLi0hyVhxVxhrh0D9qrbv9/SE7nbnGe eKkV30gC3I+VTWKJCQyURZMDEW4JudDXJEEe/jRU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727843AbgE0BDW (ORCPT ); Tue, 26 May 2020 21:03:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:33988 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727072AbgE0BDW (ORCPT ); Tue, 26 May 2020 21:03:22 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0CB2420888; Wed, 27 May 2020 01:03:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590541402; bh=L8D3Mt2ic80N/BfYGvtKAAnSlms9gGMG6yYwHNvf/JM=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=ePmFt/T05flUISMih64oKPY8Qdm0yPx466a1bP9trG2UQ2+Q1XJdr0SgQ3DFeJuBx JyPlAWB9KtlMahp+9yo47Ud98gEMDkpjBm91Jp5qXKm3Fp/hzji2HXTPK7xeAw+GOC Ed9Io2Jb5v/x7FlrY8GUZhzTYLUvATVXfCwWuvpI= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20200527010057.57877-1-sboyd@kernel.org> References: <20200527010057.57877-1-sboyd@kernel.org> Subject: Re: [PATCH] clk: zynqmp: Mark zynqmp_clk_get_max_divisor() static From: Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Jolly Shah To: Michael Turquette , Stephen Boyd Date: Tue, 26 May 2020 18:03:21 -0700 Message-ID: <159054140141.88029.6524841404404802642@swboyd.mtv.corp.google.com> User-Agent: alot/0.9 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Stephen Boyd (2020-05-26 18:00:57) > This function isn't used outside this file. Mark it static to silence > sparse. >=20 > Cc: Jolly Shah > Signed-off-by: Stephen Boyd > --- Applied to clk-next