From: Rashika Kheria Date: Mon, 6 Jan 2014 16:51:21 +0000 (+0530) Subject: drivers: gpu: Mark functions as static in vmwgfx_fence.c X-Git-Tag: v3.14-rc1~47^2~37^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94844cf06568d9592f985e4bd0b9d759a56043c6;p=pandora-kernel.git drivers: gpu: Mark functions as static in vmwgfx_fence.c Mark functions as static because they are not used outside the file drm/vmwgfx/vmwgfx_fence.c. This eliminates the following warnings in drm/vmwgfx/vmwgfx_fence.c: drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:274:6: warning: no previous prototype for ‘vmw_fences_perform_actions’ [-Wmissing-prototypes] drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:900:6: warning: no previous prototype for ‘vmw_fence_obj_add_action’ [-Wmissing-prototypes] drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:996:5: warning: no previous prototype for ‘vmw_event_fence_action_create’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Reviewed-by: Jakob Bornecrantz --- Reading git-diff-tree failed