drm/exynos/exynos7_drm_decon: Fix incorrect naming of 'decon_shadow_protect_win()'
authorLee Jones <lee.jones@linaro.org>
Wed, 2 Jun 2021 14:32:57 +0000 (15:32 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 3 Jun 2021 11:32:51 +0000 (13:32 +0200)
commit73f6f23063ec445c4760aa72d6ebc8a274b93a86
treeadc9f44abe54a5a59c8b0efafd38b3f1fc26fb5f
parentc372257758ad8a8614e2324cee650b2af479ef67
drm/exynos/exynos7_drm_decon: Fix incorrect naming of 'decon_shadow_protect_win()'

Fixes the following W=1 kernel build warning(s):

 drivers/gpu/drm/exynos/exynos7_drm_decon.c:355: warning: expecting prototype for shadow_protect_win(). Prototype was for decon_shadow_protect_win() instead

Cc: Inki Dae <inki.dae@samsung.com>
Cc: Joonyoung Shim <jy0922.shim@samsung.com>
Cc: Seung-Woo Kim <sw0312.kim@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Cc: Akshu Agarwal <akshua@gmail.com>
Cc: Ajay Kumar <ajaykumar.rs@samsung.com>
Cc: dri-devel@lists.freedesktop.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-samsung-soc@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210602143300.2330146-24-lee.jones@linaro.org
drivers/gpu/drm/exynos/exynos7_drm_decon.c