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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 16228C7EE43 for ; Mon, 12 Jun 2023 21:30:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231935AbjFLVaN (ORCPT ); Mon, 12 Jun 2023 17:30:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46818 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229621AbjFLVaI (ORCPT ); Mon, 12 Jun 2023 17:30:08 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F67A98; Mon, 12 Jun 2023 14:30:08 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CCF7062BC4; Mon, 12 Jun 2023 21:30:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1F45FC433EF; Mon, 12 Jun 2023 21:30:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686605407; bh=6x3baeePMh0TYd5dpVjxp1lv4bF4Vajz8qGHiDNJgf0=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=nvHVfMnWlP3pLsZwF9M1F7kYd2GsWyLkMLdaJq+n5UqPfZIUnqTcY8q56EJ0iDBHT q8GRTbIIEnFwt49mBUWjeHtGQfkLfli+UEHLkEckQ+SQhxgHKSE7vm4XFWnzIa9U0b 48jBxVk3p0sJdXzk7vDrsX7Oe4jXd7pzf0f9S1vc/rICCsvGcfcwgBHBYIH71J9RVJ 3tbGHNZnBDOBu6vj7TuIBBTVUoRpmVy9dvVbeMJS361qo7GY7Nusgo/PZz8WeSX4R6 FCbQiU8bNzS0DXzJcWTq5vw0hi6Mii9+DnADB37Cc6Nrg4mEakL5mTZZSbGoDT5Z1M xE6rwQxoEmUJw== Message-ID: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230612182332.371003-1-sboyd@kernel.org> References: <20230612182332.371003-1-sboyd@kernel.org> Subject: Re: [PATCH] clk: meson: a1: Staticize rtc clk From: Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, patches@lists.linux.dev, Jian Hu , Dmitry Rokosov , Martin Blumenstingl , Jerome Brunet To: Michael Turquette , Stephen Boyd Date: Mon, 12 Jun 2023 14:30:04 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Stephen Boyd (2023-06-12 11:23:32) > Sparse rightly complains that this symbol is supposed to be static. >=20 > Cc: Jian Hu > Cc: Dmitry Rokosov > Cc: Martin Blumenstingl > Cc: Jerome Brunet > Fixes: 84af914404db ("clk: meson: a1: add Amlogic A1 Peripherals clock co= ntroller driver") > Signed-off-by: Stephen Boyd > --- Applied to clk-next