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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=617f90d96931e4208707c064af12488d61aaa60f;p=linux.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 060d133db55d8..f31b8a5bba644 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"