drm/sti: Drop drm_vblank_cleanup
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 24 May 2017 14:52:05 +0000 (16:52 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 20 Jun 2017 08:20:20 +0000 (10:20 +0200)
Seems entirely cargo-culted.

Cc: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Cc: Vincent Abriou <vincent.abriou@st.com>
Acked-by: Vincent Abriou <vincent.abriou@st.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170524145212.27837-31-daniel.vetter@ffwll.ch
drivers/gpu/drm/sti/sti_drv.c

index a4b5742..06ef1e3 100644 (file)
@@ -237,7 +237,6 @@ static void sti_cleanup(struct drm_device *ddev)
        }
 
        drm_kms_helper_poll_fini(ddev);
-       drm_vblank_cleanup(ddev);
        component_unbind_all(ddev->dev, ddev);
        kfree(private);
        ddev->dev_private = NULL;