[PATCH] drm/amdgpu/vcn: fixed no previous prototype warning.
James Zhu
James.Zhu at amd.com
Sun May 8 18:00:14 UTC 2022
Fixed warning: no previous prototype for 'vcn_dec_sw_ring_emit_fence'
Signed-off-by: James Zhu <James.Zhu at amd.com>
Reported-by: kernel test robot <lkp at intel.com>
---
drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c b/drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c
index f4f97f0f5c64..1ceda3d0cd5b 100644
--- a/drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c
+++ b/drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c
@@ -22,6 +22,7 @@
*/
#include "amdgpu.h"
+#include "vcn_sw_ring.h"
void vcn_dec_sw_ring_emit_fence(struct amdgpu_ring *ring, u64 addr,
u64 seq, uint32_t flags)
--
2.25.1
More information about the amd-gfx
mailing list