diff options
| author | Alex Deucher <[email protected]> | 2016-08-01 18:29:15 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2016-08-08 15:32:58 +0000 |
| commit | 309889098c6095cf4c1247724c22c2943807da20 (patch) | |
| tree | 05420d16071ba9a2d002e10e78169c63099f24fa /drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h | |
| parent | drm/amd/amdgpu: change pptable output format from ASCII to binary (diff) | |
| download | kernel-309889098c6095cf4c1247724c22c2943807da20.tar.gz kernel-309889098c6095cf4c1247724c22c2943807da20.zip | |
drm/amdgpu/gfx8: remove stale function declaration
This got leftover somehow when I cleaned this up.
Reviewed-by: Christian König <[email protected]>
Reviewed-by: Chunming Zhou <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h | 2 |
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 |
