soc: bcm: Explicitly include correct DT includes
authorRob Herring <robh@kernel.org>
Wed, 26 Jul 2023 23:31:29 +0000 (17:31 -0600)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Fri, 28 Jul 2023 17:33:48 +0000 (10:33 -0700)
commit57e493aff59529b0ed503ec1540e6125c84f9053
tree1973dfd010d16d82789c8100ce9a5e79f05d4e56
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
soc: bcm: 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.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230726233130.3811017-1-robh@kernel.org
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
drivers/soc/bcm/bcm63xx/bcm-pmb.c
drivers/soc/bcm/bcm63xx/bcm63xx-power.c
drivers/soc/bcm/raspberrypi-power.c