Commit 221bb3a9 authored by Alex Deucher's avatar Alex Deucher

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: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent d4e8ad90
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
*/ */
#include "amdgpu.h" #include "amdgpu.h"
#include "amdgpu_imu.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_offset.h"
#include "gc/gc_11_0_3_sh_mask.h" #include "gc/gc_11_0_3_sh_mask.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment