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)
commit8755556fbbdd1a6af21a3c4d9ce8f451e999e457
tree2532e70d1f4688fefad10e415d9f49c1d6aba500
parentb9e71911f34616276399da3dc1abc47797be2396
drm/exynos: remove call to drm_gem_free_mmap_offset()

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