linux-stable/drivers/macintosh/ams
Rob Herring 233d687d1b macintosh: 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 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.

Link: https://lore.kernel.org/r/20230714174654.4058898-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
2023-08-28 13:36:24 -05:00
..
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
ams-core.c macintosh/ams: Replace snprintf in show functions with sysfs_emit 2022-05-04 19:37:45 +10:00
ams-i2c.c macintosh: Switch i2c drivers back to use .probe() 2023-06-14 12:46:41 +10:00
ams-input.c macintosh/ams-input: switch to using input device polling mode 2020-05-28 23:24:32 +10:00
ams-pmu.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
ams.h macintosh: Explicitly include correct DT includes 2023-08-28 13:36:24 -05:00