drm/exynos: remove call to drm_gem_free_mmap_offset()
authorJoonyoung Shim <jy0922.shim@samsung.com>
Tue, 22 Dec 2015 00:35:55 +0000 (09:35 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 31 Mar 2016 07:59:37 +0000 (16:59 +0900)
commit986d7fd2adff28e6e742c69a7aea2cc595185400
treebecae93f5b7044fedf00302e92e8ac1b25a2f6fd
parent085703eff27d7701421e76d1dc78349d843488cf
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>
[jy0922.shim: Be backported from upstream]

Change-Id: I8dcac341340dd8dc31dbf528df2c537f22c6a701
drivers/gpu/drm/exynos/exynos_drm_gem.c