Re: [PATCH] drm/ttm/ttm_bo: make ttm_bo_glob_use_count static

2021-02-23 Thread Christian König
Am 23.02.21 um 09:54 schrieb Jiapeng Chong: Fix the following sparse warning: drivers/gpu/drm/ttm/ttm_bo.c:53:10: warning: symbol 'ttm_bo_glob_use_count' was not declared. Should it be static? IIRC we already have a patch for this on the mailing list and the mutex can be static as well.

[PATCH] drm/ttm/ttm_bo: make ttm_bo_glob_use_count static

2021-02-23 Thread Jiapeng Chong
Fix the following sparse warning: drivers/gpu/drm/ttm/ttm_bo.c:53:10: warning: symbol 'ttm_bo_glob_use_count' was not declared. Should it be static? Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- drivers/gpu/drm/ttm/ttm_bo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)