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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5DE96C433FE for ; Sun, 13 Nov 2022 08:49:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=5ruyOEwTkCCGiVlU36tuB13u7nAm8gmj+PX0JQ2K7hg=; b=CEnPgJ8ZypcuyI Z7JnP+pN7AfaSKzsS1UBmWF+UQpzezLuyNfxjlwrWhT5Mlie+D6FjaovU2SRwGaLLUyuoOtDVWN9y CBZeAsbjkfTSR7M4Q0/UdbjReb+IJf+fTZe3T9d0Eyrj3b882BGU5bQQhMVqhBZtEcYk8cMaihVtF 84AwwHZ8mj63K9yZiHf/DmMl147pUoaKv4dh1e2bC+KCkYxQwCyMwDIawHb1GGfhb2W/0hfNZsSPf Yrr/zvVD9dL2ziBKBXLaF5+Ygvi38pvVAAsVcQlJoyiG1hKbrmkianZ5ZLZK07k6iH0ZjT38q5Gew 8+kgvo66u9QguMnBMHAA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ou8fH-00ASos-K9; Sun, 13 Nov 2022 08:48:31 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ou8fE-00ASo4-JL; Sun, 13 Nov 2022 08:48:29 +0000 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221113_004828_685989_B4667630 X-CRM114-Status: GOOD ( 14.26 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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" > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel