diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index a6080941f5e4e124035c9aae71ade083a2581494..cea420dc712dcdfaa1ec4b6d7bfb099730d8cb2d 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -1868,10 +1868,6 @@ void intel_crt_init(struct drm_device *dev)
bool (*mode_fixup)(struct drm_encoder *encoder,
const struct drm_display_mode *mode,
struct drm_display_mode *adjusted_mode);
-
- FIXME: The mode argument be const, but the i915 driver modifies
- mode->clock in intel_dp_mode_fixup.
-
Let encoders adjust the requested mode or reject it completely. This
operation returns true if the mode is accepted (possibly after being