Skip to content

Commit

Permalink
drm/amdkfd: kfd_dev_is_large_bar() can be static
Browse files Browse the repository at this point in the history
Fixes: 5ec7e02 ("drm/amdkfd: Add ioctls for GPUVM memory management")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
  • Loading branch information
kbuild test robot authored and Oded Gabbay committed Apr 24, 2018
1 parent 6d08b06 commit a4efd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ static int kfd_ioctl_acquire_vm(struct file *filep, struct kfd_process *p,
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;

Expand Down

0 comments on commit a4efd3a

Please sign in to comment.