Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30988909 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu/gfx8: remove stale function declaration



This got leftover somehow when I cleaned this up.

Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Reviewed-by: default avatarChunming Zhou <david1.zhou@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 1684d3ba
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -26,6 +26,4 @@


extern const struct amd_ip_funcs gfx_v8_0_ip_funcs;
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
#endif