Skip to content

Commit c941a49

Browse files
KwangSondaeinki
authored andcommitted
drm/exynos: remove unused prototype for crtc
exynos_drm_crtc_wait_pending_update, exynos_drm_crtc_finish_update are not used anymore. Signed-off-by: Kwanghoon Son <[email protected]> Signed-off-by: Inki Dae <[email protected]>
1 parent bf56dc2 commit c941a49

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/gpu/drm/exynos/exynos_drm_crtc.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ struct exynos_drm_crtc *exynos_drm_crtc_create(struct drm_device *drm_dev,
1919
enum exynos_drm_output_type out_type,
2020
const struct exynos_drm_crtc_ops *ops,
2121
void *context);
22-
void exynos_drm_crtc_wait_pending_update(struct exynos_drm_crtc *exynos_crtc);
23-
void exynos_drm_crtc_finish_update(struct exynos_drm_crtc *exynos_crtc,
24-
struct exynos_drm_plane *exynos_plane);
2522

2623
/* This function gets crtc device matched with out_type. */
2724
struct exynos_drm_crtc *exynos_drm_crtc_get_by_type(struct drm_device *drm_dev,

0 commit comments

Comments
 (0)