diff options
Diffstat (limited to 'include/drm/drm_fb_helper.h')
-rw-r--r-- | include/drm/drm_fb_helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h index a47df7ca38e8..1cf587f1f927 100644 --- a/include/drm/drm_fb_helper.h +++ b/include/drm/drm_fb_helper.h | |||
@@ -97,6 +97,8 @@ struct drm_fb_helper { | |||
97 | bool delayed_hotplug; | 97 | bool delayed_hotplug; |
98 | }; | 98 | }; |
99 | 99 | ||
100 | void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper, | ||
101 | const struct drm_fb_helper_funcs *funcs); | ||
100 | int drm_fb_helper_init(struct drm_device *dev, | 102 | int drm_fb_helper_init(struct drm_device *dev, |
101 | struct drm_fb_helper *helper, int crtc_count, | 103 | struct drm_fb_helper *helper, int crtc_count, |
102 | int max_conn); | 104 | int max_conn); |