From: Rashika Date: Mon, 6 Jan 2014 15:06:15 +0000 (+0530) Subject: drivers: gpu: Mark function as static in mgag200_main.c X-Git-Tag: v3.14-rc1~47^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2890a769e8cc2a536e315a945b34db219c5d3f1;p=pandora-kernel.git drivers: gpu: Mark function as static in mgag200_main.c 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-diff-tree failed