From: Rashika Kheria Date: Mon, 6 Jan 2014 16:44:27 +0000 (+0530) Subject: drivers: gpu: Mark function as static in ttm_bo_util.c X-Git-Tag: v3.14-rc1~47^2~38^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcbff15a601b544c61e5f33c83576b1bb89c2130;p=pandora-kernel.git drivers: gpu: Mark function as static in ttm_bo_util.c Mark functions as static because they are not used outside the file drm/ttm/ttm_bo_util.c. This eliminates the following warnings in drm/ttm/ttm_bo_util.c: drivers/gpu/drm/ttm/ttm_bo_util.c:190:5: warning: no previous prototype for ‘ttm_mem_reg_ioremap’ [-Wmissing-prototypes] drivers/gpu/drm/ttm/ttm_bo_util.c:222:6: warning: no previous prototype for ‘ttm_mem_reg_iounmap’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Reviewed-by: Thomas Hellstrom --- Reading git-diff-tree failed