From: Alex Deucher Date: Mon, 1 Aug 2016 18:29:15 +0000 (-0400) Subject: drm/amdgpu/gfx8: remove stale function declaration X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=309889098c6095cf4c1247724c22c2943807da20;p=linux-beck.git drm/amdgpu/gfx8: remove stale function declaration This got leftover somehow when I cleaned this up. Reviewed-by: Christian König Reviewed-by: Chunming Zhou Signed-off-by: Alex Deucher --- 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