summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_fb_helper.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-01-20 21:50:49 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-02-14 00:07:52 +0100
commitde1ace5b56d11db26abe69fd19754f91c326763f (patch)
tree0eef3e87a7c474c15283c2f955a779478c7f17a1 /include/drm/drm_fb_helper.h
parent43c8a849a1e92fba6ea4493ed950d2a2e31ac87c (diff)
downloadlinux-de1ace5b56d11db26abe69fd19754f91c326763f.tar.gz
linux-de1ace5b56d11db26abe69fd19754f91c326763f.tar.xz
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 <robdclark@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm/drm_fb_helper.h')
-rw-r--r--include/drm/drm_fb_helper.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h
index ba32505efb02..973402d6effe 100644
--- a/include/drm/drm_fb_helper.h
+++ b/include/drm/drm_fb_helper.h
@@ -82,9 +82,6 @@ struct drm_fb_helper {
bool delayed_hotplug;
};
-int drm_fb_helper_single_fb_probe(struct drm_fb_helper *helper,
- int preferred_bpp);
-
int drm_fb_helper_init(struct drm_device *dev,
struct drm_fb_helper *helper, int crtc_count,
int max_conn);