Skip to content

Commit

Permalink
drm/amdgpu/display: these forward declarations are not used
Browse files Browse the repository at this point in the history
Remove them.

Signed-off-by: ZhiJie.Zhang <zhangzhijie@loongson.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
ZhiJie.Zhang authored and Alex Deucher committed Jan 15, 2021
1 parent b4423a3 commit f4fb559
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
/* Forward declarations */
struct amdgpu_device;
struct drm_device;
struct amdgpu_dm_irq_handler_data;
struct dc;
struct amdgpu_bo;
struct dmub_srv;
struct dc_plane_state;

struct common_irq_params {
struct amdgpu_device *adev;
Expand Down Expand Up @@ -419,11 +419,6 @@ struct amdgpu_dm_connector {

extern const struct amdgpu_ip_block_version dm_ip_block;

struct amdgpu_framebuffer;
struct amdgpu_display_manager;
struct dc_validation_set;
struct dc_plane_state;

struct dm_plane_state {
struct drm_plane_state base;
struct dc_plane_state *dc_state;
Expand Down

0 comments on commit f4fb559

Please sign in to comment.