]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: gpu: Mark function as static in ttm_bo.c
authorRashika Kheria <rashika.kheria@gmail.com>
Mon, 6 Jan 2014 16:42:58 +0000 (22:12 +0530)
committerThomas Hellstrom <thellstrom@vmware.com>
Wed, 8 Jan 2014 12:22:33 +0000 (13:22 +0100)
commit95f1d8ebafdf811a8c85ffb7c3a66dea2b58140f
treecb2f6b14e6bd56ec042125a598b4225870bf7132
parent7988767c6dfb0f11ce1c15cd4b978403630750af
drivers: gpu: Mark function as static in ttm_bo.c

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 <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
drivers/gpu/drm/ttm/ttm_bo.c