From: James Zhu Date: Thu, 18 Jun 2020 04:24:03 +0000 (-0400) Subject: drm/amdgpu/vcn2.0: fix no previous prototype for functions X-Git-Tag: howlett/maple_spf/20210104~1335^2~19^2~64 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=617f90d96931e4208707c064af12488d61aaa60f;p=users%2Fjedix%2Flinux-maple.git drm/amdgpu/vcn2.0: fix no previous prototype for functions Include header file vcn_v2_0.h Signed-off-by: James Zhu Reported-by: kernel test robot Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c b/drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c index 060d133db55d..f31b8a5bba64 100644 --- a/drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c +++ b/drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c @@ -30,6 +30,7 @@ #include "amdgpu_pm.h" #include "amdgpu_psp.h" #include "mmsch_v2_0.h" +#include "vcn_v2_0.h" #include "vcn/vcn_2_0_0_offset.h" #include "vcn/vcn_2_0_0_sh_mask.h"