drm/amdkfd: Remove an unused parameter in queue creation
authorLang Yu <lang.yu@amd.com>
Mon, 23 Sep 2024 08:59:42 +0000 (16:59 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 1 Oct 2024 21:28:21 +0000 (17:28 -0400)
commitbc4688aed5c87ea1cc2263a1117431c50a5fd922
treecc5f60297d9422b8fc7152f0122e15373632dbe7
parent95aaa207e9ef9e9f1425391826ced2ac7977fbf7
drm/amdkfd: Remove an unused parameter in queue creation

struct file *f is unused in queue creation, remove it.

Signed-off-by: Lang Yu <lang.yu@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c