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