linux-stable/arch/arm/mach-socfpga
Rob Herring 37e2d7d237 ARM: socfpga: 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.

A couple of other includes are unused and can be dropped too.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
2023-07-20 14:38:38 -05:00
..
Kconfig ARM: rework endianess selection 2022-04-08 17:20:54 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
core.h ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE 2021-11-18 16:19:40 -06:00
headsmp.S ARM: mm: Make virt_to_pfn() a static inline 2023-05-29 11:27:08 +02:00
l2_cache.c ARM: socfpga: Explicitly include correct DT includes 2023-07-20 14:38:38 -05:00
ocram.c ARM: socfpga: Explicitly include correct DT includes 2023-07-20 14:38:38 -05:00
platsmp.c ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE 2021-11-18 16:19:40 -06:00
pm.c ARM: socfpga: Explicitly include correct DT includes 2023-07-20 14:38:38 -05:00
self-refresh.S treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 2019-05-30 11:29:52 -07:00
socfpga.c ARM: socfpga: Explicitly include correct DT includes 2023-07-20 14:38:38 -05:00