diff --git a/include/drm/drm_encoder.h b/include/drm/drm_encoder.h index cec6ac45c6ccaf0a2c3bbf3fcf4fe00e51c1940c..5f58f65344e000ae2b79b1bc1195799ed4ee4fbd 100644 --- a/include/drm/drm_encoder.h +++ b/include/drm/drm_encoder.h @@ -25,6 +25,7 @@ #include #include +#include #include #include @@ -191,9 +192,6 @@ static inline unsigned int drm_encoder_index(struct drm_encoder *encoder) return encoder->index; } -/* FIXME: We have an include file mess still, drm_crtc.h needs untangling. */ -static inline uint32_t drm_crtc_mask(const struct drm_crtc *crtc); - /** * drm_encoder_crtc_ok - can a given crtc drive a given encoder? * @encoder: encoder to test