diff options
Diffstat (limited to 'amdgpu/amdgpu.h')
-rw-r--r-- | amdgpu/amdgpu.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/amdgpu/amdgpu.h b/amdgpu/amdgpu.h index e1f93f8e..dc51659a 100644 --- a/amdgpu/amdgpu.h +++ b/amdgpu/amdgpu.h @@ -725,13 +725,10 @@ int amdgpu_bo_free(amdgpu_bo_handle buf_handle); * * \param bo - \c [in] Buffer object handle to increase the reference count * - * \return 0 on success\n - * <0 - Negative POSIX Error code - * * \sa amdgpu_bo_alloc(), amdgpu_bo_free() * */ -int amdgpu_bo_inc_ref(amdgpu_bo_handle bo); +void amdgpu_bo_inc_ref(amdgpu_bo_handle bo); /** * Request CPU access to GPU accessable memory |