From: Chris Wilson Date: Tue, 6 Aug 2013 16:43:07 +0000 (+0100) Subject: drm/i915: Export intel_framebuffer_fini X-Git-Tag: v3.12-rc1~136^2~59^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddfe15677d9c47f2491e401cd773b45e1aac74bf;p=pandora-kernel.git drm/i915: Export intel_framebuffer_fini Rather than open-code the teardown of a framebuffer, export the routine from intel_display.c. This then make intel_fbdev symmetric in its use of the common intel_framebuffer routines to initialise and clean up the struct intel_framebuffer. (And new features need only be added in one location!) Signed-off-by: Chris Wilson Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed