Commit a4efd3a4 authored by kbuild test robot's avatar kbuild test robot Committed by Oded Gabbay

drm/amdkfd: kfd_dev_is_large_bar() can be static

Fixes: 5ec7e028 ("drm/amdkfd: Add ioctls for GPUVM memory management")
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarOded Gabbay <oded.gabbay@gmail.com>
parent 6d08b06e
...@@ -1147,7 +1147,7 @@ static int kfd_ioctl_acquire_vm(struct file *filep, struct kfd_process *p, ...@@ -1147,7 +1147,7 @@ static int kfd_ioctl_acquire_vm(struct file *filep, struct kfd_process *p,
return ret; return ret;
} }
bool kfd_dev_is_large_bar(struct kfd_dev *dev) static bool kfd_dev_is_large_bar(struct kfd_dev *dev)
{ {
struct kfd_local_mem_info mem_info; struct kfd_local_mem_info mem_info;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment