drm/bridge: aux-hpd: Replace of_device.h with explicit include
authorRob Herring <robh@kernel.org>
Thu, 7 Dec 2023 16:25:00 +0000 (10:25 -0600)
committerRob Herring <robh@kernel.org>
Thu, 7 Dec 2023 17:51:01 +0000 (11:51 -0600)
commit26f4bac3d884e340fd8b061dcfc64688a8c416e1
treeaf572054d3832b0737d24fbd2f4c9c7b12c04453
parentaa15b031854fc86fd0b9c7e6b794d57563cba60f
drm/bridge: aux-hpd: Replace of_device.h with explicit include

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. Soon the implicit includes are going to be removed.

of_device.h isn't needed, but of.h is for of_node_put().

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20231207162501.2629952-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/gpu/drm/bridge/aux-hpd-bridge.c