diff options
author | Michael Tretter <[email protected]> | 2020-09-11 15:53:58 +0200 |
---|---|---|
committer | Sam Ravnborg <[email protected]> | 2020-11-07 23:12:53 +0100 |
commit | 5f33e64110f7ea281e777d11375670250b1a070a (patch) | |
tree | 3fb2e114ecc78574d219503bf264a7bf51c3165b | |
parent | 982f589bde7a7f4c8a9f5d4c94fad02a9e8dcf3e (diff) |
drm/encoder: remove obsolete documentation of bridge
In commit 05193dc38197 ("drm/bridge: Make the bridge chain a
double-linked list") the bridge has been removed and replaced by a
private field. Remove the leftover documentation of the removed field.
Signed-off-by: Michael Tretter <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | include/drm/drm_encoder.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_encoder.h b/include/drm/drm_encoder.h index a60f5f1555ac..5dfa5f7a80a7 100644 --- a/include/drm/drm_encoder.h +++ b/include/drm/drm_encoder.h @@ -89,7 +89,6 @@ struct drm_encoder_funcs { * @head: list management * @base: base KMS object * @name: human readable name, can be overwritten by the driver - * @bridge: bridge associated to the encoder * @funcs: control functions * @helper_private: mid-layer private data * |