From: Rashika Kheria Date: Mon, 6 Jan 2014 15:21:40 +0000 (+0530) Subject: drivers: gpu: Mark functions as static in radeon_device.c X-Git-Tag: v3.14-rc1~47^2~41^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28f5a6cd938c0b4f53f953318675c063158d1c27;p=pandora-kernel.git drivers: gpu: Mark functions as static in radeon_device.c Mark functions radeon_doorbell_init() and radeon_doorbell_fini() as static in drm/radeon/radeon_device.c because they are not used outside this file. This eliminates the following warning in drm/radeon/radeon_device.c: drivers/gpu/drm/radeon/radeon_device.c:252:5: warning: no previous prototype for ‘radeon_doorbell_init’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/radeon_device.c:281:6: warning: no previous prototype for ‘radeon_doorbell_fini’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Alex Deucher --- Reading git-diff-tree failed