linux-stable/drivers/soc/amlogic
Rob Herring 584ed6d4af soc: amlogic: 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>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230714175124.4066972-1-robh@kernel.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
2023-08-04 15:18:42 +02:00
..
Kconfig soc: meson: enable building drivers as modules 2020-10-26 11:33:43 -07:00
Makefile soc: amlogic: Move power-domain drivers to the genpd dir 2023-07-11 15:30:08 +02:00
meson-canvas.c soc: amlogic: Explicitly include correct DT includes 2023-08-04 15:18:42 +02:00
meson-clk-measure.c soc: amlogic: meson-clk-measure: Make use of the helper function devm_platform_ioremap_resource() 2021-09-13 09:43:00 +02:00
meson-gx-socinfo.c soc: amlogic: meson-gx-socinfo: use new soc_device_register functionality to populate machine name 2023-03-29 12:21:23 +02:00
meson-mx-socinfo.c meson-mx-socinfo: Fix refcount leak in meson_mx_socinfo_init 2022-05-25 09:19:01 +02:00