From: Daniel Vetter Date: Sun, 20 Jan 2013 20:50:49 +0000 (+0100) Subject: drm/fb-helper: unexport drm_fb_helper_single_fb_probe X-Git-Tag: v3.9-rc1~83^2~16^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de1ace5b56d11db26abe69fd19754f91c326763f;p=pandora-kernel.git drm/fb-helper: unexport drm_fb_helper_single_fb_probe Not called by anyone, and really, shouldn't be. Drivers are supposed either drm_fb_helper_initial_config or drm_fb_helper_hotplug_event. Originally this was done differently, but is now consolidated in the helper functions and no longer done by drivers directly. Reviewed-by: Rob Clark Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed