Skip to content

Commit 3fcdd06

Browse files
KwangSondaeinki
authored andcommitted
drm/exynos: Remove unnecessary code
Function usage exynos_atomic_commit was removed in commit 41cbf0f ("drm/exynos: use atomic helper commit"). Remove unnecessary function declare. Signed-off-by: Kwanghoon Son <[email protected]> Signed-off-by: Inki Dae <[email protected]>
1 parent c50b741 commit 3fcdd06

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/gpu/drm/exynos/exynos_drm_drv.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,6 @@ static inline int exynos_drm_check_fimc_device(struct device *dev)
254254
}
255255
#endif
256256

257-
int exynos_atomic_commit(struct drm_device *dev, struct drm_atomic_state *state,
258-
bool nonblock);
259-
260-
261257
extern struct platform_driver fimd_driver;
262258
extern struct platform_driver exynos5433_decon_driver;
263259
extern struct platform_driver decon_driver;

0 commit comments

Comments
 (0)