From: Thierry Reding Date: Tue, 19 Feb 2013 15:22:51 +0000 (+0100) Subject: drm/tegra: Remove bogus tegra_framebuffer structure X-Git-Tag: v3.9-rc1~83^2~3^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=894752bb576a26d3343cf8c674b73899f948da68;p=pandora-kernel.git drm/tegra: Remove bogus tegra_framebuffer structure Tegra uses the CMA FB helpers so framebuffers passed to the driver need to use the corresponding functions to access the underlying GEM objects. This used to work because struct tegra_framebuffer was sufficiently similar to struct drm_fb_cma but that isn't guaranteed to stay that way. Signed-off-by: Thierry Reding --- Reading git-diff-tree failed