]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vc4: hdmi: Remove unused struct
authorMaxime Ripard <maxime@cerno.tech>
Thu, 19 Aug 2021 14:07:53 +0000 (16:07 +0200)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Wed, 6 Oct 2021 09:05:44 +0000 (11:05 +0200)
commit29c68c83c85ce8cd01990d0b0cabe45a2f6e1c25
tree36053c5c77162b1857e528a9233174c821195e1c
parent73d74c77b412323e2f9729c397cebb794349fb29
drm/vc4: hdmi: Remove unused struct

Commitc7d30623540b ("drm/vc4: hdmi: Remove unused struct") removed the
references to the vc4_hdmi_audio_widgets and vc4_hdmi_audio_routes
structures, but not the structures themselves resulting in two warnings.
Remove it.

Fixes: 3aa48ca7177b ("drm/vc4: hdmi: Remove unused struct")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Reviewed-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210819140753.930751-1-maxime@cerno.tech
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
drivers/gpu/drm/vc4/vc4_hdmi.c