From: Nicolai Hähnle Date: Fri, 5 Feb 2016 15:49:50 +0000 (-0500) Subject: drm/amdgpu: remove unnecessary forward declaration X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b19763d0d867eb863953500a5c87f2fd663863b8;p=linux-beck.git drm/amdgpu: remove unnecessary forward declaration Signed-off-by: Nicolai Hähnle Reviewed-by: Alex Deucher Reviewed-by: Christian König Cc: stable@vger.kernel.org --- 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;