From: Rashika Kheria Date: Mon, 6 Jan 2014 16:42:58 +0000 (+0530) Subject: drivers: gpu: Mark function as static in ttm_bo.c X-Git-Tag: v3.14-rc1~47^2~38^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e87fa481f428c3f5436b20c22b8c833c289205c;p=pandora-kernel.git 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 Reviewed-by: Josh Triplett Reviewed-by: Thomas Hellstrom --- Reading git-diff-tree failed