From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B5E5E1BB20 for ; Wed, 19 Jul 2023 20:59:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 61230C433C8; Wed, 19 Jul 2023 20:59:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689800396; bh=k7BbwM3GQt5I5q5RKKmQE4Ls2lVgeaaUmKNOmM9jUwo=; h=In-Reply-To:References:Subject:From:Cc:List-Id:To:Date:From; b=XiRNOi+ajvcZJ5KWWPClFXwc34hq/dw/zfm5LCYQkwgBRm8t2dGeRC+5McphSl6op 9cnF5D4xW96bcJyXlW8s4VupdeO9QeKhIl5K/eYygsUC/uXlHbVP7jhpSWJ2BNj/tW o1hRZAXjkYdDB8x51REfrCGhZhfBNvf32v08ZtxCFOwuw4T3RrCEFKim5qUXyXebOJ rkHYo1HHsHniiLde3LRODH4jJQ1pX3k8pVnjKlEiFqsk2sbOmxjEOhrYX+4DpJ/AIl rSXxqEyzBt/ngxwa/ZgRpZHeo+txMy3Q/DckGpqBsn2hkuXUdcbmHIZXzvT5HVgzG4 P3WhxmxzCy9CQ== Message-ID: <2198bbf6e40906ee76b734d0f6afa08f.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230718143156.1066339-1-robh@kernel.org> References: <20230718143156.1066339-1-robh@kernel.org> Subject: Re: [PATCH v2] clk: Explicitly include correct DT includes From: Stephen Boyd 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 List-Id: To: Abel Vesa , Alex Helms , Alim Akhtar , Andreas =?utf-8?q?F=C3=A4rber?= , Andrew Jeffery , Andrew Lunn , Andy Gross , AngeloGioacchino Del Regno , Baolin Wang , Bjorn Andersson , Broadcom internal kernel review list , Chanwoo Choi , Chen-Yu Tsai , Chunyan Zhang , Cristian Marussi , Dinh Nguyen , Emil Renner Berthing , Emilio =?utf-8?q?L=C3=B3pez?= , Eugeniy Paltsev , Fabio Estevam , Florian Fainelli , Geert Uytterhoeven , Gregory Clement , Hal Feng , Heiko Stuebner , Jernej Skrabec , Jerome Brunet , Joel Stanley , Jonathan Hunter , Kevin Hilman , Konrad Dybcio , Krzysztof Kozlowski , Kunihiko Hayashi , Luca Ceresoli , Manivannan Sadhasivam , Martin Blumenstingl , Masami Hiramatsu , Matthias Brugger , Michael Turquette , Michal Simek , NXP Linux Team , Neil Armstrong , Nishanth Menon , Orson Zhai , Palmer Dabbelt , Paul Walmsley , Peng Fan , Pengutronix Kernel Te am , Peter De Schrijver , Prashant Gaikwad , Ray Jui , Rob Herring , Samuel Holland , Santosh Shilimkar , Sascha Hauer , Scott Branden , Sebastian Hesselbarth , Sh iraz Hashim , Shawn Guo , Sudeep Holla , Sylwester Nawrocki , Tero Kristo , Thierry Reding , Tomasz Figa , Viresh Kumar , soc@kernel.org Date: Wed, 19 Jul 2023 13:59:53 -0700 User-Agent: alot/0.10 Quoting Rob Herring (2023-07-18 07:31:43) > 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. >=20 > Acked-by: Dinh Nguyen > Acked-by: Krzysztof Kozlowski # samsung > Acked-by: Heiko Stuebner #rockchip > Acked-by: Chanwoo Choi > Acked-by: Geert Uytterhoeven > Reviewed-by: AngeloGioacchino Del Regno > Reviewed-by: Luca Ceresoli # versaclock5 > Signed-off-by: Rob Herring > --- Applied to clk-next