]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
drm/exynos: remove unused prototype for crtc
authorKwanghoon Son <k.son@samsung.com>
Thu, 26 Sep 2024 05:25:39 +0000 (14:25 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 4 Nov 2024 01:42:50 +0000 (10:42 +0900)
exynos_drm_crtc_wait_pending_update, exynos_drm_crtc_finish_update
are not used anymore.

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

index 0ed4f2b8595a25532e2f5952b51ef5ec8cad7b49..1815374c38df45516f3b5503b4091a8ad4cdd2dc 100644 (file)
@@ -19,9 +19,6 @@ struct exynos_drm_crtc *exynos_drm_crtc_create(struct drm_device *drm_dev,
                                        enum exynos_drm_output_type out_type,
                                        const struct exynos_drm_crtc_ops *ops,
                                        void *context);
-void exynos_drm_crtc_wait_pending_update(struct exynos_drm_crtc *exynos_crtc);
-void exynos_drm_crtc_finish_update(struct exynos_drm_crtc *exynos_crtc,
-                                  struct exynos_drm_plane *exynos_plane);
 
 /* This function gets crtc device matched with out_type. */
 struct exynos_drm_crtc *exynos_drm_crtc_get_by_type(struct drm_device *drm_dev,