Commit 978b8b82 authored by Nicolai Hähnle's avatar Nicolai Hähnle Committed by Greg Kroah-Hartman

drm/amdgpu: remove unnecessary forward declaration

commit b19763d0 upstream.
Signed-off-by: default avatarNicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 94703402
...@@ -604,8 +604,6 @@ struct amdgpu_sa_manager { ...@@ -604,8 +604,6 @@ struct amdgpu_sa_manager {
uint32_t align; uint32_t align;
}; };
struct amdgpu_sa_bo;
/* sub-allocation buffer */ /* sub-allocation buffer */
struct amdgpu_sa_bo { struct amdgpu_sa_bo {
struct list_head olist; struct list_head olist;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment