From b2890a769e8cc2a536e315a945b34db219c5d3f1 Mon Sep 17 00:00:00 2001 From: Rashika Date: Mon, 6 Jan 2014 20:36:15 +0530 Subject: [PATCH] drivers: gpu: Mark function as static in mgag200_main.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Mark function mgag200_bo_unref() as static in drm/mgag200/mgag200_main.c because it is not used outside this file. This eliminates the following warning in drm/mgag200/mgag200_main.c: drivers/gpu/drm/mgag200/mgag200_main.c:313:6: warning: no previous prototype for ‘mgag200_bo_unref’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Dave Airlie --- Reading git-format-patch failed