Commit 3fcdd062 authored by Kwanghoon Son's avatar Kwanghoon Son Committed by Inki Dae

drm/exynos: Remove unnecessary code

Function usage exynos_atomic_commit was removed in
commit 41cbf0fd ("drm/exynos: use atomic helper commit").
Remove unnecessary function declare.
Signed-off-by: default avatarKwanghoon Son <k.son@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent c50b7416
...@@ -254,10 +254,6 @@ static inline int exynos_drm_check_fimc_device(struct device *dev) ...@@ -254,10 +254,6 @@ static inline int exynos_drm_check_fimc_device(struct device *dev)
} }
#endif #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 fimd_driver;
extern struct platform_driver exynos5433_decon_driver; extern struct platform_driver exynos5433_decon_driver;
extern struct platform_driver decon_driver; extern struct platform_driver decon_driver;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment