From: Matthew Brost Date: Mon, 26 Jun 2023 21:55:37 +0000 (-0700) Subject: drm/xe: Remove __xe_vm_bind forward declaration X-Git-Tag: v6.8-rc1~111^2~7^2~562 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cecdd0bb6bf4b8979b7d071017560daecfc9200;p=thirdparty%2Fkernel%2Fstable.git drm/xe: Remove __xe_vm_bind forward declaration Not needed so remove it. Reviewed-by: Thomas Hellström Signed-off-by: Matthew Brost Signed-off-by: Rodrigo Vivi --- diff --git a/drivers/gpu/drm/xe/xe_vm.c b/drivers/gpu/drm/xe/xe_vm.c index cec96beef3344..825abc3c5a456 100644 --- a/drivers/gpu/drm/xe/xe_vm.c +++ b/drivers/gpu/drm/xe/xe_vm.c @@ -696,11 +696,6 @@ out_unlock_outer: trace_xe_vm_rebind_worker_exit(vm); } -struct async_op_fence; -static int __xe_vm_bind(struct xe_vm *vm, struct xe_vma *vma, - struct xe_engine *e, struct xe_sync_entry *syncs, - u32 num_syncs, struct async_op_fence *afence); - static bool vma_userptr_invalidate(struct mmu_interval_notifier *mni, const struct mmu_notifier_range *range, unsigned long cur_seq)