From: Alex Deucher Date: Fri, 9 Sep 2022 21:36:26 +0000 (-0400) Subject: drm/amdgpu: fix warning about missing imu prototype X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=221bb3a9c34f8004c10ebcd0eda9d74354d519d1;p=linux.git 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 Reported-by: kernel test robot Signed-off-by: Alex Deucher --- 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 536dafb57ee0b..fc69c1a29e239 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"