drm/sun4i: tv: Remove useless destroy function
authorMaxime Ripard <maxime@cerno.tech>
Mon, 29 Aug 2022 13:11:52 +0000 (15:11 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 7 Sep 2022 08:30:35 +0000 (10:30 +0200)
commit18294b74db2fee99142f4ae027cf0c88eb544654
treee74dbbb97aa13c8565f540e9c5f2c620b34675bf
parentdcc22148673dbc02e33c220d9d6446005c9497c7
drm/sun4i: tv: Remove useless destroy function

Our destroy implementation is just calling the generic helper, so let's
just remove our function and directly use the helper.

Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220728-rpi-analog-tv-properties-v2-38-459522d653a7@cerno.tech
drivers/gpu/drm/sun4i/sun4i_tv.c