diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h index 2bb2fc2a6566..c558f700df35 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |||
@@ -563,7 +563,7 @@ struct amdgpu_connector { | |||
563 | /* The 'old' sink - before an HPD. | 563 | /* The 'old' sink - before an HPD. |
564 | * The 'current' sink is in dc_link->sink. */ | 564 | * The 'current' sink is in dc_link->sink. */ |
565 | const struct dc_sink *dc_sink; | 565 | const struct dc_sink *dc_sink; |
566 | const struct dc_link *dc_link; | 566 | struct dc_link *dc_link; |
567 | const struct dc_sink *dc_em_sink; | 567 | const struct dc_sink *dc_em_sink; |
568 | const struct dc_stream *stream; | 568 | const struct dc_stream *stream; |
569 | void *con_priv; | 569 | void *con_priv; |