Skip to content

Commit

Permalink
drm/stm: Drop drm_vblank_cleanup
Browse files Browse the repository at this point in the history
Again seems just cargo-culted.

Cc: Yannick Fertre <[email protected]>
Cc: Philippe Cornu <[email protected]>
Acked-by: Philippe Cornu <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
danvet committed May 31, 2017
1 parent d79373b commit 25b905f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/stm/ltdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1144,8 +1144,6 @@ void ltdc_unload(struct drm_device *ddev)

DRM_DEBUG_DRIVER("\n");

drm_vblank_cleanup(ddev);

if (ldev->panel)
drm_panel_detach(ldev->panel);

Expand Down

0 comments on commit 25b905f

Please sign in to comment.