soc: qcom: Explicitly include correct DT includes
authorRob Herring <robh@kernel.org>
Fri, 14 Jul 2023 17:51:41 +0000 (11:51 -0600)
committerBjorn Andersson <andersson@kernel.org>
Fri, 14 Jul 2023 21:05:06 +0000 (14:05 -0700)
commit6484be9dd109bded43953ae7883bd69b5d841a0b
treeb2c7b9cf1c8a812f3301477c94ace9a89f44ba32
parent8ddfa81d090c71fd6cb3cb8ca1d420c0da33a575
soc: qcom: 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>
Link: https://lore.kernel.org/r/20230714175142.4067795-1-robh@kernel.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/soc/qcom/cpr.c
drivers/soc/qcom/icc-bwmon.c
drivers/soc/qcom/ice.c
drivers/soc/qcom/llcc-qcom.c
drivers/soc/qcom/ocmem.c
drivers/soc/qcom/pmic_glink.c
drivers/soc/qcom/pmic_glink_altmode.c
drivers/soc/qcom/rpmhpd.c
drivers/soc/qcom/rpmpd.c
drivers/soc/qcom/spm.c
drivers/soc/qcom/wcnss_ctrl.c