summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-08-01 14:29:15 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-08-08 11:32:58 -0400
commit309889098c6095cf4c1247724c22c2943807da20 (patch)
tree05420d16071ba9a2d002e10e78169c63099f24fa /drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h
parent1684d3ba488529266ce6f97b88076bd185f4790e (diff)
drm/amdgpu/gfx8: remove stale function declaration
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h
index bc82c794312c..ebed1f829297 100644
--- 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