mirror of https://gitee.com/openkylin/linux.git
amdgpu/dm: Remove unused forward declaration
dc_stream has long been renamed to dc_stream_state, so this forward declaration hasn't been used at all. Signed-off-by: Harry Wentland <harry.wentland@amd.com> Reviewed-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
cd3f6ad838
commit
d83e87b239
|
@ -199,8 +199,6 @@ struct amdgpu_framebuffer;
|
|||
struct amdgpu_display_manager;
|
||||
struct dc_validation_set;
|
||||
struct dc_plane_state;
|
||||
/* TODO rename to dc_stream_state */
|
||||
struct dc_stream;
|
||||
|
||||
struct dm_plane_state {
|
||||
struct drm_plane_state base;
|
||||
|
|
Loading…
Reference in New Issue