From: Rashika Kheria Date: Mon, 6 Jan 2014 15:48:08 +0000 (+0530) Subject: drivers: gpu: Mark function as static in r600_hdmi.c X-Git-Tag: v3.14-rc1~47^2~41^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27b831793ddc88a2bc8daeea846df0ffb8deec57;p=pandora-kernel.git drivers: gpu: Mark function as static in r600_hdmi.c Mark function r600_audio_set_dto() as static in drm/radeon/r600_hdmi.c because it is not used outside this file. This eliminates the following warning in drm/radeon/r600_hdmi.c: drivers/gpu/drm/radeon/r600_hdmi.c:253:6: warning: no previous prototype for ‘r600_audio_set_dto’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Alex Deucher --- Reading git-diff-tree failed