From 902f4a7400df915ccd84c87e1cc89a2e89f96ceb Mon Sep 17 00:00:00 2001 From: Rashika Date: Mon, 6 Jan 2014 22:11:59 +0530 Subject: [PATCH] drivers: gpu: Mark function as static in sis_drv.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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-format-patch failed