diff options
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_crtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index dd557272eca7..42c89b201ffd 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h | |||
@@ -828,7 +828,7 @@ extern int drm_plane_init(struct drm_device *dev, | |||
828 | struct drm_plane *plane, | 828 | struct drm_plane *plane, |
829 | unsigned long possible_crtcs, | 829 | unsigned long possible_crtcs, |
830 | const struct drm_plane_funcs *funcs, | 830 | const struct drm_plane_funcs *funcs, |
831 | uint32_t *formats, uint32_t format_count); | 831 | const uint32_t *formats, uint32_t format_count); |
832 | extern void drm_plane_cleanup(struct drm_plane *plane); | 832 | extern void drm_plane_cleanup(struct drm_plane *plane); |
833 | 833 | ||
834 | extern void drm_encoder_cleanup(struct drm_encoder *encoder); | 834 | extern void drm_encoder_cleanup(struct drm_encoder *encoder); |