Skip to content

Commit 3053acb

Browse files
gscuikerneltoast
authored andcommitted
drm/vmwgfx: remove unused vmw_bo_is_vmw_bo() declaration
vmw_bo_is_vmw_bo() has been removed since commit 298799a ("drm/vmwgfx: Fix gem refcounting and memory evictions"), so remove it. Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220913024847.552254-2-cuigaosheng1@huawei.com
1 parent eab04cb commit 3053acb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/vmwgfx/vmwgfx_drv.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,6 @@ static inline void vmw_user_resource_noref_release(void)
877877
/**
878878
* Buffer object helper functions - vmwgfx_bo.c
879879
*/
880-
extern bool vmw_bo_is_vmw_bo(struct ttm_buffer_object *bo);
881880
extern int vmw_bo_pin_in_placement(struct vmw_private *vmw_priv,
882881
struct vmw_buffer_object *bo,
883882
struct ttm_placement *placement,

0 commit comments

Comments
 (0)