Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6cedc11 authored by Noralf Trønnes's avatar Noralf Trønnes
Browse files

drm/hisilicon: hibmc: Use the drm_driver.dumb_destroy default



drm_gem_dumb_destroy() is the drm_driver.dumb_destroy default,
so no need to set it.

Cc: Chen Feng <puck.chen@hisilicon.com>
Signed-off-by: default avatarNoralf Trønnes <noralf@tronnes.org>
Reviewed-by: default avatarSean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1500837417-40580-37-git-send-email-noralf@tronnes.org
parent 1e1d5bf4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -67,7 +67,6 @@ static struct drm_driver hibmc_driver = {
	.gem_free_object_unlocked = hibmc_gem_free_object,
	.dumb_create            = hibmc_dumb_create,
	.dumb_map_offset        = hibmc_dumb_mmap_offset,
	.dumb_destroy           = drm_gem_dumb_destroy,
	.irq_handler		= hibmc_drm_interrupt,
};