diff options
author | Alex Deucher <[email protected]> | 2022-09-09 17:36:26 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2022-09-13 14:33:01 -0400 |
commit | 221bb3a9c34f8004c10ebcd0eda9d74354d519d1 (patch) | |
tree | 01d3b624a52ab7dc8212d3da2b43f2c6cac299c6 | |
parent | d4e8ad908b2095388a300b19d76b78c170052a8a (diff) |
drm/amdgpu: fix warning about missing imu prototype
for imu_v11_0_3_program_rlc_ram(). Include imu_v11_0_3.h
in imu_v11_0_3.c.
Reviewed-by: Hawking Zhang <[email protected]>
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/imu_v11_0_3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/imu_v11_0_3.c b/drivers/gpu/drm/amd/amdgpu/imu_v11_0_3.c index 536dafb57ee0..fc69c1a29e23 100644 --- a/drivers/gpu/drm/amd/amdgpu/imu_v11_0_3.c +++ b/drivers/gpu/drm/amd/amdgpu/imu_v11_0_3.c @@ -22,6 +22,7 @@ */ #include "amdgpu.h" #include "amdgpu_imu.h" +#include "imu_v11_0_3.h" #include "gc/gc_11_0_3_offset.h" #include "gc/gc_11_0_3_sh_mask.h" |