Skip to content

Commit 2799804

Browse files
Yue HaibingChristianKoenigAMD
authored andcommitted
drm/ttm: Remove two unused function declarations
Commit cd3a8a5 ("drm/ttm: remove ttm_bo_(un)lock_delayed_workqueue") removed the implementations but not the declarations. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Reviewed-by: Christian König <christian.koenig@amd.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230809135839.13216-1-yuehaibing@huawei.com Signed-off-by: Christian König <christian.koenig@amd.com>
1 parent 806fd6d commit 2799804

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/drm/ttm/ttm_bo.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,6 @@ int ttm_bo_validate(struct ttm_buffer_object *bo,
355355
void ttm_bo_put(struct ttm_buffer_object *bo);
356356
void ttm_bo_set_bulk_move(struct ttm_buffer_object *bo,
357357
struct ttm_lru_bulk_move *bulk);
358-
int ttm_bo_lock_delayed_workqueue(struct ttm_device *bdev);
359-
void ttm_bo_unlock_delayed_workqueue(struct ttm_device *bdev, int resched);
360358
bool ttm_bo_eviction_valuable(struct ttm_buffer_object *bo,
361359
const struct ttm_place *place);
362360
int ttm_bo_init_reserved(struct ttm_device *bdev, struct ttm_buffer_object *bo,

0 commit comments

Comments
 (0)