From: Rashika Date: Mon, 6 Jan 2014 16:41:59 +0000 (+0530) Subject: drivers: gpu: Mark function as static in sis_drv.c X-Git-Tag: v3.14-rc1~47^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=902f4a7400df915ccd84c87e1cc89a2e89f96ceb;p=pandora-kernel.git drivers: gpu: Mark function as static in sis_drv.c Mark function as static because it is not used outside the file drm/sis/sis_drv.c. This eliminates the following warning in drm/sis/sis_drv.c: drivers/gpu/drm/sis/sis_drv.c:97:6: warning: no previous prototype for ‘sis_driver_postclose’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Dave Airlie --- Reading git-diff-tree failed