]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
drm/exynos: Remove unnecessary code
authorKwanghoon Son <k.son@samsung.com>
Wed, 14 Aug 2024 03:57:01 +0000 (12:57 +0900)
committerInki Dae <inki.dae@samsung.com>
Fri, 6 Sep 2024 07:02:33 +0000 (16:02 +0900)
Function usage exynos_atomic_commit was removed in
commit 41cbf0fdaa28 ("drm/exynos: use atomic helper commit").
Remove unnecessary function declare.

Signed-off-by: Kwanghoon Son <k.son@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.h

index 81d501efd0133037c54fccbdab22c4fcfbc351c5..23646e55f142c32b865004d9363b5e8b4b4f8f7e 100644 (file)
@@ -254,10 +254,6 @@ static inline int exynos_drm_check_fimc_device(struct device *dev)
 }
 #endif
 
-int exynos_atomic_commit(struct drm_device *dev, struct drm_atomic_state *state,
-                        bool nonblock);
-
-
 extern struct platform_driver fimd_driver;
 extern struct platform_driver exynos5433_decon_driver;
 extern struct platform_driver decon_driver;