summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core/drm_crtc_helper.h')
-rw-r--r--linux-core/drm_crtc_helper.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/linux-core/drm_crtc_helper.h b/linux-core/drm_crtc_helper.h
index dcb46f98..c0719157 100644
--- a/linux-core/drm_crtc_helper.h
+++ b/linux-core/drm_crtc_helper.h
@@ -92,6 +92,5 @@ static inline void drm_connector_helper_add(struct drm_connector *connector, con
connector->helper_private = (void *)funcs;
}
-extern int drm_get_buffer_object(struct drm_device *dev, struct drm_buffer_object **bo, unsigned long handle);
-
+extern int drm_helper_resume_force_mode(struct drm_device *dev);
#endif