[PATCH 78/85] drivers: gpu: Mark function as static in ttm_bo.c

2014-01-08 Thread Thomas Hellstrom
Patch 78-80/85 Reviewed-by: Thomas Hellstrom Queued for ttm-next. Thanks. Thomas On 01/06/2014 05:42 PM, Rashika Kheria wrote: > Mark function as static because it is not used outside file > drm/ttm/ttm_bo.c. > > This eliminates the following warning in drm/ttm/ttm_bo.c: > drivers/gpu/drm/ttm/t

[PATCH 78/85] drivers: gpu: Mark function as static in ttm_bo.c

2014-01-06 Thread Rashika Kheria
Mark function as static because it is not used outside file drm/ttm/ttm_bo.c. This eliminates the following warning in drm/ttm/ttm_bo.c: drivers/gpu/drm/ttm/ttm_bo.c:960:5: warning: no previous prototype for ?ttm_bo_move_buffer? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: