drm/omapdrm: Use the drm_driver.dumb_destroy default
authorNoralf Trønnes <noralf@tronnes.org>
Sun, 23 Jul 2017 19:16:46 +0000 (21:16 +0200)
committerNoralf Trønnes <noralf@tronnes.org>
Sat, 29 Jul 2017 12:01:44 +0000 (14:01 +0200)
commit4ab732abd8d0c6c4ff0cc47b5d9b07c6b62792a7
treeb8380996d661de351d72a984a6ce61a8ff0ed2b1
parentb66e2cd9dd772e52388991d08ff464705767b8cc
drm/omapdrm: 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: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1500837417-40580-31-git-send-email-noralf@tronnes.org
drivers/gpu/drm/omapdrm/omap_drv.c