projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5df099e
)
drm/amdgpu: remove unnecessary forward declaration
author
Felix Kuehling
<
[email protected]
>
Fri, 24 Aug 2018 22:24:53 +0000
(18:24 -0400)
committer
Alex Deucher
<
[email protected]
>
Thu, 27 Sep 2018 02:09:15 +0000
(21:09 -0500)
struct vi_sdma_mqd is defined in vi_structs.h.
Signed-off-by: Felix Kuehling <
[email protected]
>
Acked-by: Alex Deucher <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
index f58a8a33c958b4f0362f0ace5f634496491a1e5c..dd94b702f3a4a0b362833b324ea73857d0712385 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
@@
-45,8
+45,6
@@
enum hqd_dequeue_request_type {
RESET_WAVES
};
-struct vi_sdma_mqd;
-
/*
* Register access functions
*/