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=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 18375C2D0A3 for ; Tue, 10 Nov 2020 02:17:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9384720789 for ; Tue, 10 Nov 2020 02:17:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="UKX7MWJK" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729648AbgKJCRr (ORCPT ); Mon, 9 Nov 2020 21:17:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:37794 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727311AbgKJCRr (ORCPT ); Mon, 9 Nov 2020 21:17:47 -0500 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (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 A29CD206B6; Tue, 10 Nov 2020 02:17:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604974666; bh=Z2YKuS5E9HnIPJvgzwiP2pZ8tz9wbpvCvI1ZS9WjtdM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UKX7MWJK4asbJspSFmKpUjwwkLoUNeF08iaBbRZFmvJjpXKZ1rLuqizEJA78XAY5i 90A483I/S9yxejc1oPqyVtmyoE9h2V6dBvKGWRGxSmGhZiTkvaNvvR3Zj8PjFudslu 6nM32XXpFK/rp6c9dNNqJ+/2LqUbBc0k1kIeGESw= Date: Tue, 10 Nov 2020 10:17:39 +0800 From: Shawn Guo To: Zou Wei Cc: mturquette@baylibre.com, sboyd@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH -next] clk: imx: scu: Make pd_np with static keyword Message-ID: <20201110021738.GR31601@dragon> References: <1604488771-40827-1-git-send-email-zou_wei@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1604488771-40827-1-git-send-email-zou_wei@huawei.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Wed, Nov 04, 2020 at 07:19:31PM +0800, Zou Wei wrote: > Fix the following sparse warning: > > ./clk-scu.c:23:20: warning: symbol 'pd_np' was not declared. Should it be static? > > Reported-by: Hulk Robot > Signed-off-by: Zou Wei Applied, thanks.