diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index a783c684b49b..6eb5550a6f16 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -644,8 +644,7 @@ int amdgpu_sync_resv(struct amdgpu_device *adev, | |||
644 | void *owner); | 644 | void *owner); |
645 | struct fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync); | 645 | struct fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync); |
646 | int amdgpu_sync_wait(struct amdgpu_sync *sync); | 646 | int amdgpu_sync_wait(struct amdgpu_sync *sync); |
647 | void amdgpu_sync_free(struct amdgpu_device *adev, struct amdgpu_sync *sync, | 647 | void amdgpu_sync_free(struct amdgpu_sync *sync); |
648 | struct fence *fence); | ||
649 | 648 | ||
650 | /* | 649 | /* |
651 | * GART structures, functions & helpers | 650 | * GART structures, functions & helpers |