PM / devfreq: Explicitly include correct DT includes
authorRob Herring <robh@kernel.org>
Fri, 14 Jul 2023 17:44:25 +0000 (11:44 -0600)
committerChanwoo Choi <cw00.choi@samsung.com>
Sun, 23 Jul 2023 20:19:26 +0000 (05:19 +0900)
commit9027f2e79788ddee716674ad9af3cdc076de18cc
treebb08447128321e904d5b96c49394e4ccb090cd49
parentfdf0eaf11452d72945af31804e2a1048ee1b574c
PM / devfreq: 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 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 <robh@kernel.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/imx-bus.c
drivers/devfreq/imx8m-ddrc.c
drivers/devfreq/mtk-cci-devfreq.c
drivers/devfreq/tegra30-devfreq.c