From: Daniel Vetter Date: Tue, 25 Oct 2011 22:20:57 +0000 (+0200) Subject: drm: kill reclaim_buffers callback X-Git-Tag: v3.6-rc1~83^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0071efe827f68cf173e1a8868b70618e9aca7d7;p=pandora-kernel.git drm: kill reclaim_buffers callback All leftover users either haven't set DRIVER_HAVE_DMA, in which case this will never be called, or use the drm_core implementation. Call that directly in the only callsite. Signed-off-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed