From: Daniel Vetter Date: Tue, 23 Sep 2014 13:46:48 +0000 (+0200) Subject: drm/gem: Don't call drm_mmap from drm_gem_mmap X-Git-Tag: fixes-against-v3.18-rc2~73^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=197633b924517082327b66db6caf34bae720ea4e;p=pandora-kernel.git drm/gem: Don't call drm_mmap from drm_gem_mmap The only user I could dig out was i915 back when ums+gem was still a thing. But we've just very much killed that, and even when someone screams about that we should resurrect that with a special hack (wrapping drm_gem_mmap) in i915, not in the core code. So good riddance to another entry point of the legacy buffer mapping code. Signed-off-by: Daniel Vetter Reviewed-by: David Herrmann Acked-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed