bluetooth: Explicitly include correct DT includes
authorRob Herring <robh@kernel.org>
Fri, 14 Jul 2023 17:40:57 +0000 (11:40 -0600)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 11 Aug 2023 18:50:24 +0000 (11:50 -0700)
commite15f44fb9cb26168a1171a3e8f7f44d11a2727b8
tree4bbf0b57bccbbf229aca9dcc09a365f26f4e706d
parent47e90f6b04a4c16faefd3d4a44989b00cf5674c2
bluetooth: 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>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btmtkuart.c
drivers/bluetooth/hci_h5.c
drivers/bluetooth/hci_qca.c