Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arc: 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>
Tested-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@kernel.org>

authored by

Rob Herring and committed by
Vineet Gupta
7ebc443d 58d9ceb7

-1
-1
arch/arc/plat-axs10x/axs10x.c
··· 6 6 */ 7 7 8 8 #include <linux/of_fdt.h> 9 - #include <linux/of_platform.h> 10 9 #include <linux/libfdt.h> 11 10 12 11 #include <asm/asm-offsets.h>