drm/nouveau: Use the drm_driver.dumb_destroy default
authorNoralf Trønnes <noralf@tronnes.org>
Sun, 23 Jul 2017 19:16:48 +0000 (21:16 +0200)
committerNoralf Trønnes <noralf@tronnes.org>
Sat, 29 Jul 2017 12:02:31 +0000 (14:02 +0200)
commit1e1d5bf4dc145a3ffb885513b14236d73847c3d4
tree2d49341d69f72b130b3a592cd287c33d377e8445
parent4ab732abd8d0c6c4ff0cc47b5d9b07c6b62792a7
drm/nouveau: 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: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1500837417-40580-33-git-send-email-noralf@tronnes.org
drivers/gpu/drm/nouveau/nouveau_drm.c