On Sat, 21 May 2022 15:07:16 -0400, Tom Rix wrote:
> cppcheck reports
> [drivers/gpu/drm/rockchip/rockchip_drm_vop.c:186]: (style) The function
> 'vop_writel' is never used.
>
> vop_writel is static function that is not used, so remove it.
Applied, thanks!
[1/1] drm/rockchip: remove vop_writel
cppcheck reports
[drivers/gpu/drm/rockchip/rockchip_drm_vop.c:186]: (style) The function
'vop_writel' is never used.
vop_writel is static function that is not used, so remove it.
Signed-off-by: Tom Rix
---
drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 6 --
1 file changed, 6 deletions(-)