From: Daniel Vetter Date: Wed, 11 Dec 2013 10:35:10 +0000 (+0100) Subject: drm: remove dev->vma_count X-Git-Tag: v3.14-rc1~47^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99c09e745d078b630dbb3ea2895eaa597f1cebc4;p=pandora-kernel.git drm: remove dev->vma_count This is just used for a debugfs file, and we can easily reconstruct this number by just walking the list twice. Which isn't really bad for a debugfs file anyway. So let's rip this out. There's the other issue that the dev->vmalist itself is a bit useless, since that can be reconstructed with all the memory mapping information from proc. But remove that is a different topic entirely. Signed-off-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed