From: James Zhu Date: Thu, 18 Jun 2020 02:25:40 +0000 (-0400) Subject: drm/amdgpu/jpeg2.0: fix no previous prototype for functions X-Git-Tag: v5.9-rc1~134^2~19^2~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d1895134f92df15285040c3c49439c6921360b3;p=thirdparty%2Fkernel%2Fstable.git drm/amdgpu/jpeg2.0: fix no previous prototype for functions Include header file jpeg_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/jpeg_v2_0.c b/drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c index e67d09cb1b03e..552eb7da54ae7 100644 --- a/drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c +++ b/drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c @@ -26,6 +26,7 @@ #include "amdgpu_pm.h" #include "soc15.h" #include "soc15d.h" +#include "jpeg_v2_0.h" #include "vcn/vcn_2_0_0_offset.h" #include "vcn/vcn_2_0_0_sh_mask.h"