aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2016-02-05 10:49:50 -0500
committerAlex Deucher <alexander.deucher@amd.com>2016-02-10 14:07:38 -0500
commitb19763d0d867eb863953500a5c87f2fd663863b8 (patch)
treef298d430f70d5053a900b4ac0b329dd468a5e539 /drivers/gpu
parentdrm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2) (diff)
downloadlinux-dev-b19763d0d867eb863953500a5c87f2fd663863b8.tar.xz
linux-dev-b19763d0d867eb863953500a5c87f2fd663863b8.zip
drm/amdgpu: remove unnecessary forward declaration
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
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 6808facaf6af..43e7ed1e74e7 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -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;