From 1e164bb87d20a112106eb663514aa0644e051a80 Mon Sep 17 00:00:00 2001 From: Rashika Date: Mon, 6 Jan 2014 22:17:01 +0530 Subject: [PATCH] drivers: gpu: Mark function as static in via_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/via/via_drv.c. This eliminates the following warning in drm/via/via_drv.c: drivers/gpu/drm/via/via_drv.c:49:6: warning: no previous prototype for ‘via_driver_postclose’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Dave Airlie --- Reading git-format-patch failed