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 00413C433FE for ; Sun, 13 Nov 2022 08:48:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235265AbiKMIsd (ORCPT ); Sun, 13 Nov 2022 03:48:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47138 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235255AbiKMIs3 (ORCPT ); Sun, 13 Nov 2022 03:48:29 -0500 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4BA341B0; Sun, 13 Nov 2022 00:48:26 -0800 (PST) Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ou8f6-0001bW-7E; Sun, 13 Nov 2022 09:48:20 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Luca Ceresoli , Michael Turquette , Stephen Boyd , Neil Armstrong , Jerome Brunet , Kevin Hilman , Martin Blumenstingl , Christophe JAILLET Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Christophe JAILLET , linux-clk@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH] clk: Remove a useless include Date: Sun, 13 Nov 2022 09:48:19 +0100 Message-ID: <3166437.e9J7NaK4W3@diego> In-Reply-To: <12dd5cb49efa7714f8e0389e4c7b3bc829e8a90e.1668289299.git.christophe.jaillet@wanadoo.fr> References: <12dd5cb49efa7714f8e0389e4c7b3bc829e8a90e.1668289299.git.christophe.jaillet@wanadoo.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Samstag, 12. November 2022, 22:43:03 CET schrieb Christophe JAILLET: > is not needed for these drivers. Remove the > corresponding #include. > > Signed-off-by: Christophe JAILLET > --- > drivers/clk/clk-versaclock5.c | 1 - > drivers/clk/meson/clk-pll.c | 1 - > drivers/clk/rockchip/clk.c | 1 - Clock-trees for soc families normally have different sub-maintainers, so depending on how we want to merge this, you might need to split this into 3 patches. But at least for the Rockchip part, I'm also fine with the patch going in as a whole, so (for the Rockchip part): Acked-by: Heiko Stuebner Heiko > 3 files changed, 3 deletions(-) > [...] > diff --git a/drivers/clk/rockchip/clk.c b/drivers/clk/rockchip/clk.c > index e63d4f20b479..398c427b8e81 100644 > --- a/drivers/clk/rockchip/clk.c > +++ b/drivers/clk/rockchip/clk.c > @@ -21,7 +21,6 @@ > #include > #include > #include > -#include > > #include "../clk-fractional-divider.h" > #include "clk.h" >