diff options
author | Tobias Jakobi <tjakobi@math.uni-bielefeld.de> | 2024-08-04 15:56:27 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-08-13 10:26:53 -0400 |
commit | 9a12b1c7a0595736d398b24712dc1ce79072662e (patch) | |
tree | 3b528b315516d49c33e6e0f85330ab15c5e9deb1 /drivers/gpu/drm/amd/amdgpu/sdma_v5_0.h | |
parent | 3834ce360067b4ee98fdef14571923500a0499a4 (diff) | |
download | linux-9a12b1c7a0595736d398b24712dc1ce79072662e.tar.gz linux-9a12b1c7a0595736d398b24712dc1ce79072662e.tar.bz2 linux-9a12b1c7a0595736d398b24712dc1ce79072662e.zip |
drm/amd: Make amd_ip_funcs static for SDMA v5.0
The struct can be static, as it is only used in this
translation unit.
Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/sdma_v5_0.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/sdma_v5_0.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.h b/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.h index d4e3c2e696f6..2ab71f21755a 100644 --- a/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.h +++ b/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.h @@ -24,7 +24,6 @@ #ifndef __SDMA_V5_0_H__ #define __SDMA_V5_0_H__ -extern const struct amd_ip_funcs sdma_v5_0_ip_funcs; extern const struct amdgpu_ip_block_version sdma_v5_0_ip_block; #endif /* __SDMA_V5_0_H__ */ |