drm/vc4: remove unused function
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Thu, 15 Apr 2021 08:45:25 +0000 (16:45 +0800)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 21 Apr 2021 08:10:47 +0000 (10:10 +0200)
commitffe8768fb8f391cb478466778c55e2110525c15c
treee85f90e8980c2145c2acb298fd6b93112f7a239b
parentf7c475b8dfc23d461a47dfac5e498f8cc96faea5
drm/vc4: remove unused function

Fix the following clang warning:

drivers/gpu/drm/vc4/vc4_vec.c:201:1: warning: unused function
'to_vc4_vec_connector' [-Wunused-function].

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/1618476325-112629-1-git-send-email-jiapeng.chong@linux.alibaba.com
drivers/gpu/drm/vc4/vc4_vec.c