Hi, On Wed, Aug 30, 2023 at 10:08 AM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote: > > The commit c9e358dfc4a8 ("driver-core: remove conditionals around > devicetree pointers") supposed to remove conditionals around of_node > pointer, but it missed out drm/bridge.h. So drop #if conditionals by > adding struct device_node forward declaration. > > Suggested-by: Douglas Anderson <dianders@xxxxxxxxxxxx> > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > --- > v5: > * Split from patch#2 > * Updated commit description > * Added struct device_node forward declaration. > --- > include/drm/drm_bridge.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>