On Thu, May 5, 2022 at 12:49 PM James Zhu <James.Zhu@xxxxxxx> wrote: > > Fixed compiling error. > > Signed-off-by: James Zhu <James.Zhu@xxxxxxx> Acked-by: Alex Deucher <alexander.deucher@xxxxxxx> > --- > drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c b/drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c > index 08fd61622f95..f4f97f0f5c64 100644 > --- a/drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c > +++ b/drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c > @@ -21,7 +21,7 @@ > * > */ > > -#include "amdgpu_vcn.h" > +#include "amdgpu.h" > > void vcn_dec_sw_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, > u64 seq, uint32_t flags) > -- > 2.35.1 >