Skip to content

Commit 0e9a2a2

Browse files
robherringmichalsimek
authored andcommitted
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>
1 parent 06c2afb commit 0e9a2a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/microblaze/kernel/reset.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
#include <linux/init.h>
1111
#include <linux/delay.h>
12-
#include <linux/of_platform.h>
1312
#include <linux/reboot.h>
1413

1514
void machine_shutdown(void)

0 commit comments

Comments
 (0)