From: David Herrmann Date: Fri, 29 Aug 2014 10:12:29 +0000 (+0200) Subject: drm: move "struct drm_vma_entry" to drm_vm.c X-Git-Tag: fixes-against-v3.18-rc2~73^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03decbe57ac6c9e632f7cde0f7d0a54bbcaf8464;p=pandora-kernel.git drm: move "struct drm_vma_entry" to drm_vm.c Make all the drm_vma_entry handling local to drm_vm.c and hide it from global headers. This requires to extract the inlined legacy drm_vma_entry cleanup into a small helper and also move a weirdly placed drm_vma_info helper into drm_vm.c. Signed-off-by: David Herrmann Reviewed-by: Thierry Reding Signed-off-by: Dave Airlie --- Reading git-diff-tree failed