OSDN Git Service

counter: Explicitly include correct DT includes
authorRob Herring <robh@kernel.org>
Fri, 14 Jul 2023 17:43:57 +0000 (11:43 -0600)
committerWilliam Breathitt Gray <william.gray@linaro.org>
Wed, 16 Aug 2023 13:41:28 +0000 (09:41 -0400)
commit7aadfd0eae311c542bccaf733f1312105a621a3e
treeb770d07c80a8825281b849914416355522d4e61c
parent2ccdd1b13c591d306f0401d98dedc4bdcd02b421
counter: 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/20230714174357.4053541-1-robh@kernel.org/
Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
drivers/counter/microchip-tcb-capture.c