drm/amdkfd: Fix prototype warning for get_process_num_bos
authorRajneesh Bhardwaj <rajneesh.bhardwaj@amd.com>
Thu, 10 Feb 2022 22:20:45 +0000 (17:20 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 11 Feb 2022 21:20:17 +0000 (16:20 -0500)
commit24992ab0b8b0d2521caa9c3dcbed0e2a56cbe3d0
tree978998916db5acea38e475b673e91d6605191463
parentb010a46bd3abb161409afe147a73fe58c115858d
drm/amdkfd: Fix prototype warning for get_process_num_bos

Fix the warning: no previous prototype for 'get_process_num_bos'
[-Wmissing-prototypes]

Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c