Skip to content

Commit

Permalink
drm/amdgpu: remove unnecessary forward declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Cc: stable@vger.kernel.org
  • Loading branch information
Nicolai Hähnle authored and Alex Deucher committed Feb 10, 2016
1 parent a8d81b3 commit b19763d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/amd/amdgpu/amdgpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,6 @@ struct amdgpu_sa_manager {
uint32_t align;
};

struct amdgpu_sa_bo;

/* sub-allocation buffer */
struct amdgpu_sa_bo {
struct list_head olist;
Expand Down

0 comments on commit b19763d

Please sign in to comment.