genpd: Explicitly include correct DT includes
authorRob Herring <robh@kernel.org>
Wed, 23 Aug 2023 17:04:37 +0000 (12:04 -0500)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 24 Aug 2023 09:10:42 +0000 (11:10 +0200)
commitf6e35a67c174e3776c51c88470f4061e786511ec
treecdb75d59ca04a87f926ccc6371996e0c82e79c63
parent4f6c9832613b421e56bad2f9e4e2767e43e1f97c
genpd: Explicitly include correct DT includes

The DT of_device.h and of_platform.h date back to the separate
of_platform_bus_type before it was 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 <robh@kernel.org>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/genpd/mediatek/mtk-pm-domains.c
drivers/genpd/mediatek/mtk-scpsys.c
drivers/genpd/sunxi/sun20i-ppu.c