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

microblaze: 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/20230714174023.4039938-1-robh@kernel.org
Signed-off-by: Michal Simek <michal.simek@amd.com>

authored by

Rob Herring and committed by
Michal Simek
0e9a2a22 06c2afb8

-1
-1
arch/microblaze/kernel/reset.c
··· 9 9 10 10 #include <linux/init.h> 11 11 #include <linux/delay.h> 12 - #include <linux/of_platform.h> 13 12 #include <linux/reboot.h> 14 13 15 14 void machine_shutdown(void)