OSDN Git Service

drm/vc4: hdmi: Remove unused struct
authorMaxime Ripard <maxime@cerno.tech>
Wed, 7 Jul 2021 09:36:32 +0000 (11:36 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Thu, 29 Jul 2021 08:41:16 +0000 (10:41 +0200)
commitc7d30623540b6e979d7e8647fab18feab4688808
treea31c8ae075fab3d67df9b382565dd127c4fca0fe
parentf143778d90829ac37e6a481772dc0f26e3071de7
drm/vc4: hdmi: Remove unused struct

Commit 91e99e113929 ("drm/vc4: hdmi: Register HDMI codec") removed the
references to the vc4_hdmi_audio_component_drv structure, but not the
structure itself resulting in a warning. Remove it.

Fixes: 91e99e113929 ("drm/vc4: hdmi: Register HDMI codec")
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/20210707093632.1468127-2-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_hdmi.c