Message ID | 20240814-remove_define-v1-1-7947ae6f747d@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/exynos: Remove unnecessary code | expand |
Hi Kwanghoon, 2024년 8월 14일 (수) 오후 12:57, Kwanghoon Son <k.son@samsung.com>님이 작성: > > Function usage exynos_atomic_commit was removed in > commit 41cbf0fdaa28 ("drm/exynos: use atomic helper commit"). > Remove unnecessary function declare. It's true. Applied. Thanks, Inki Dae > > Signed-off-by: Kwanghoon Son <k.son@samsung.com> > --- > drivers/gpu/drm/exynos/exynos_drm_drv.h | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.h b/drivers/gpu/drm/exynos/exynos_drm_drv.h > index 81d501efd013..23646e55f142 100644 > --- a/drivers/gpu/drm/exynos/exynos_drm_drv.h > +++ b/drivers/gpu/drm/exynos/exynos_drm_drv.h > @@ -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; > > --- > base-commit: 7c626ce4bae1ac14f60076d00eafe71af30450ba > change-id: 20240814-remove_define-580075bceaae > > Best regards, > -- > Kwanghoon Son <k.son@samsung.com> > >
diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.h b/drivers/gpu/drm/exynos/exynos_drm_drv.h index 81d501efd013..23646e55f142 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_drv.h +++ b/drivers/gpu/drm/exynos/exynos_drm_drv.h @@ -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;
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> --- drivers/gpu/drm/exynos/exynos_drm_drv.h | 4 ---- 1 file changed, 4 deletions(-) --- base-commit: 7c626ce4bae1ac14f60076d00eafe71af30450ba change-id: 20240814-remove_define-580075bceaae Best regards,