]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/stm: ltdc: Remove unused function plane_to_ltdc
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Mon, 24 Jun 2024 02:41:13 +0000 (10:41 +0800)
committerRaphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Mon, 15 Jul 2024 08:22:56 +0000 (10:22 +0200)
commit98491f020ada2d38930cee4d6c7317b379898801
treeea3676b24b2d29491b7ea5566d6d7cd4504fee23
parent19dd9780b7ac673be95bf6fd6892a184c9db611f
drm/stm: ltdc: Remove unused function plane_to_ltdc

The function are defined in the ltdc.c file, but not called
anywhere, so delete the unused function.

drivers/gpu/drm/stm/ltdc.c:494:35: warning: unused function 'encoder_to_ltdc'.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9403
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Acked-by: Yannick Fertre <yannick.fertre@foss.st.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240624024113.54850-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
drivers/gpu/drm/stm/ltdc.c