diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/drm_crtc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 781988f637ec..39d84dc7abcf 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h | |||
@@ -927,8 +927,6 @@ extern int drm_mode_height(const struct drm_display_mode *mode); | |||
927 | /* for us by fb module */ | 927 | /* for us by fb module */ |
928 | extern struct drm_display_mode *drm_mode_create(struct drm_device *dev); | 928 | extern struct drm_display_mode *drm_mode_create(struct drm_device *dev); |
929 | extern void drm_mode_destroy(struct drm_device *dev, struct drm_display_mode *mode); | 929 | extern void drm_mode_destroy(struct drm_device *dev, struct drm_display_mode *mode); |
930 | extern void drm_mode_list_concat(struct list_head *head, | ||
931 | struct list_head *new); | ||
932 | extern void drm_mode_validate_size(struct drm_device *dev, | 930 | extern void drm_mode_validate_size(struct drm_device *dev, |
933 | struct list_head *mode_list, | 931 | struct list_head *mode_list, |
934 | int maxX, int maxY, int maxPitch); | 932 | int maxX, int maxY, int maxPitch); |