drm/exynos: Remove unused vma field of exynos_drm_gem_obj
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Fri, 19 Jun 2015 05:23:29 +0000 (14:23 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:47:53 +0000 (13:47 +0900)
commite2262982c568b52008461d359b963d61a54d43af
tree067178016e51a11e68a967ff81c54fbf04cee6d1
parent283037e0400ecfb4a93b067e05a579ff5416661e
drm/exynos: Remove unused vma field of exynos_drm_gem_obj

The field 'vma' of 'exynos_drm_gem_obj' structure was introduced in
2a3098ff6c21 ("drm/exynos: add userptr feature for g2d module") but is
not referenced anywhere.

One instance of 'exynos_drm_gem_obj' may be mapped to multiple
user-space VMAs so 'vma' field does not look useful anyway.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_gem.h