MIPS: More explicit DT include clean-ups
authorRob Herring <robh@kernel.org>
Thu, 27 Jul 2023 01:20:39 +0000 (19:20 -0600)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 28 Jul 2023 09:41:18 +0000 (11:41 +0200)
commite1a7566d0955cc5357903c04030aac05ced95939
tree54e6c34e9905f78549c453711e3b22c9d0bc7936
parent0723807978b14837262671d30b5cc8b1b5268281
MIPS: More explicit DT include clean-ups

A couple more clean-ups in the MIPS code.

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.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/cavium-octeon/octeon-platform.c
arch/mips/cavium-octeon/octeon-usb.c
arch/mips/ralink/ill_acc.c