projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1684d3b
)
drm/amdgpu/gfx8: remove stale function declaration
author
Alex Deucher
<alexander.deucher@amd.com>
Mon, 1 Aug 2016 18:29:15 +0000
(14:29 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 8 Aug 2016 15:32:58 +0000
(11:32 -0400)
This got leftover somehow when I cleaned this up.
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h
b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h
index bc82c794312ca88c89bdd89cfe665c85aec74214..ebed1f8292979de0055d4c0d943375fdeda77e9d 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h
+++ b/
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h
@@
-26,6
+26,4
@@
extern const struct amd_ip_funcs gfx_v8_0_ip_funcs;
-void gfx_v8_0_select_se_sh(struct amdgpu_device *adev, u32 se_num, u32 sh_num);
-
#endif