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 0FE43C0015E for ; Sun, 16 Jul 2023 22:10:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229920AbjGPWKY (ORCPT ); Sun, 16 Jul 2023 18:10:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229613AbjGPWKV (ORCPT ); Sun, 16 Jul 2023 18:10:21 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B3FD310FA; Sun, 16 Jul 2023 15:10:03 -0700 (PDT) Received: from i53875a6a.versanet.de ([83.135.90.106] helo=phil.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 1qL9uD-0000aN-Ki; Mon, 17 Jul 2023 00:07:53 +0200 From: Heiko Stuebner To: Michael Turquette , Stephen Boyd , Andreas =?ISO-8859-1?Q?F=E4rber?= , Manivannan Sadhasivam , Eugeniy Paltsev , Florian Fainelli , Broadcom internal kernel review list , Ray Jui , Scott Branden , Joel Stanley , Andrew Jeffery , Neil Armstrong , Sudeep Holla , Cristian Marussi , Luca Ceresoli , Alex Helms , Abel Vesa , Peng Fan , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Nishanth Menon , Tero Kristo , Santosh Shilimkar , Matthias Brugger , AngeloGioacchino Del Regno , Jerome Brunet , Kevin Hilman , Martin Blumenstingl , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Andy Gross , Bjorn Andersson , Konrad Dybcio , Geert Uytterhoeven , Krzysztof Kozlowski , Sylwester Nawrocki , Tomasz Figa , Chanwoo Choi , Alim Akhtar , Palmer Dabbelt , Paul Walmsley , Dinh Nguyen , Viresh Kumar , Shiraz Hashim , soc@kernel.org, Orson Zhai , Baolin Wang , Chunyan Zhang , Emil Renner Berthing , Hal Feng , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Emilio =?ISO-8859-1?Q?L=F3pez?= , Peter De Schrijver , Prashant Gaikwad , Thierry Reding , Jonathan Hunter , Kunihiko Hayashi , Masami Hiramatsu , Michal Simek , Rob Herring Cc: devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-actions@lists.infradead.org, linux-kernel@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-oxnas@groups.io, linux-mediatek@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-riscv@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-tegra@vger.kernel.org Subject: Re: [PATCH] clk: Explicitly include correct DT includes Date: Mon, 17 Jul 2023 00:07:49 +0200 Message-ID: <7247786.Sb9uPGUboI@phil> In-Reply-To: <20230714174342.4052882-1-robh@kernel.org> References: <20230714174342.4052882-1-robh@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Am Freitag, 14. Juli 2023, 19:43:29 CEST schrieb Rob Herring: > The DT of_device.h and of_platform.h date back to the separate > of_platform_bus_type before it as merged into the regular platform bus. > As part of that merge prepping Arm DT support 13 years ago, they > "temporarily" include each other. They also include platform_device.h > and of.h. As a result, there's a pretty much random mix of those include > files used throughout the tree. In order to detangle these headers and > replace the implicit includes with struct declarations, users need to > explicitly include the correct includes. > > Signed-off-by: Rob Herring > drivers/clk/rockchip/clk-rk3568.c | 2 +- > drivers/clk/rockchip/clk-rv1126.c | 2 +- Acked-by: Heiko Stuebner #rockchip