]> git.karo-electronics.de Git - linux-beck.git/commitdiff
drm/amdgpu: remove unnecessary forward declaration
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Fri, 5 Feb 2016 15:49:50 +0000 (10:49 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Feb 2016 19:07:38 +0000 (14:07 -0500)
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
drivers/gpu/drm/amd/amdgpu/amdgpu.h

index 6808facaf6af6f1e76a696d2c11b6472c3155c11..43e7ed1e74e72998c52de2477cb9f19230d759a0 100644 (file)
@@ -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;