ALSA: Explicitly include correct DT includes
authorRob Herring <robh@kernel.org>
Fri, 14 Jul 2023 17:51:08 +0000 (11:51 -0600)
committerTakashi Iwai <tiwai@suse.de>
Sun, 16 Jul 2023 12:50:56 +0000 (14:50 +0200)
commit7e9f28398a6e226d4c31cb0e5501a36f37fa139d
treeb7ca1cd1d60a0e8f9c4facc5d76e449e8e158eaa
parentf9d1b819307c242f2e648f16a05c0f908c525616
ALSA: 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/20230714175109.4066599-1-robh@kernel.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/atmel/ac97c.c
sound/drivers/serial-generic.c
sound/pci/hda/hda_tegra.c
sound/ppc/awacs.c
sound/ppc/burgundy.c
sound/sparc/amd7930.c
sound/sparc/cs4231.c
sound/sparc/dbri.c