]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: gpu: Mark function as static in r600_hdmi.c
authorRashika Kheria <rashika.kheria@gmail.com>
Mon, 6 Jan 2014 15:48:08 +0000 (21:18 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Jan 2014 16:45:37 +0000 (11:45 -0500)
commit82bd386a43d9956cf1920ac898917d0258dd6276
tree7f898a80dc948fb64cc8670bc4241f2b1b4ff545
parentfc40170c7d47eef739dab1d9004e0d0beaf76ca9
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 <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/r600_hdmi.c