From: Daniel Vetter Date: Wed, 14 Aug 2013 22:02:30 +0000 (+0200) Subject: drm: use common drm_gem_dmabuf_release in i915/exynos drivers X-Git-Tag: v3.12-rc1~136^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1d6798d20eed38b842eee01813ca6c48630d563;p=pandora-kernel.git drm: use common drm_gem_dmabuf_release in i915/exynos drivers Note that this is slightly tricky since both drivers store their native objects in dma_buf->priv. But both also embed the base drm_gem_object at the first position, so the implicit cast is ok. To use the release helper we need to export it, too. Cc: Inki Dae Cc: Intel Graphics Development Signed-off-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed