]> www.infradead.org Git - users/dwmw2/linux.git/commit
pwm: pxa: Explicitly include correct DT includes
authorRob Herring <robh@kernel.org>
Mon, 9 Oct 2023 17:29:17 +0000 (12:29 -0500)
committerThierry Reding <thierry.reding@gmail.com>
Fri, 13 Oct 2023 08:07:18 +0000 (10:07 +0200)
commit87e51b76c9db8c29cde573af0faf5a3e13e23960
tree8f44707e7659866151e6dc954dab1bc9759eaa3f
parent896c450960f5b11f81eaa5822db0801b03be3e68
pwm: pxa: 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>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-pxa.c