From: Noralf Trønnes Date: Sun, 6 Aug 2017 15:40:56 +0000 (+0200) Subject: drm/cirrus: Use the drm_driver.dumb_destroy default X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4411971592928f5eea5c37305e5a460baa9e6b6c;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git drm/cirrus: 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: Dave Airlie Cc: Gerd Hoffmann Signed-off-by: Noralf Trønnes Reviewed-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/1502034068-51384-8-git-send-email-noralf@tronnes.org --- diff --git a/drivers/gpu/drm/cirrus/cirrus_drv.c b/drivers/gpu/drm/cirrus/cirrus_drv.c index 910c300f5c37..69c4e352dd78 100644 --- a/drivers/gpu/drm/cirrus/cirrus_drv.c +++ b/drivers/gpu/drm/cirrus/cirrus_drv.c @@ -142,7 +142,6 @@ static struct drm_driver driver = { .gem_free_object_unlocked = cirrus_gem_free_object, .dumb_create = cirrus_dumb_create, .dumb_map_offset = cirrus_dumb_mmap_offset, - .dumb_destroy = drm_gem_dumb_destroy, }; static const struct dev_pm_ops cirrus_pm_ops = {