drm/exynos: remove call to drm_gem_free_mmap_offset()
authorJoonyoung Shim <jy0922.shim@samsung.com>
Fri, 25 Sep 2015 09:10:32 +0000 (18:10 +0900)
committerInki Dae <inki.dae@samsung.com>
Wed, 30 Sep 2015 07:39:41 +0000 (16:39 +0900)
The drm_gem_object_release() function already performs this cleanup,
so there is no reason to do it explicitly.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_gem.c