mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-21 04:53:46 -04:00
drm/amdgpu: rename amdgpu_ip_funcs to amd_ip_funcs (v2)
The structure is renamed and moved to amd_shared.h to make the component independent. This makes it easier to add new components in the future. v2: fix include path Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Signed-off-by: yanyang1 <young.yang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -24,6 +24,6 @@
|
||||
#ifndef __SDMA_V2_4_H__
|
||||
#define __SDMA_V2_4_H__
|
||||
|
||||
extern const struct amdgpu_ip_funcs sdma_v2_4_ip_funcs;
|
||||
extern const struct amd_ip_funcs sdma_v2_4_ip_funcs;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user