mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 09:41:54 +09:00
drm/amdkfd: Make svm_migrate_put_sys_page static
This function is only used in this source file. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com> Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
b617207e80
commit
2e4ec25162
@@ -281,7 +281,7 @@ svm_migrate_get_sys_page(struct vm_area_struct *vma, unsigned long addr)
|
||||
return page;
|
||||
}
|
||||
|
||||
void svm_migrate_put_sys_page(unsigned long addr)
|
||||
static void svm_migrate_put_sys_page(unsigned long addr)
|
||||
{
|
||||
struct page *page;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user