]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: gpu: Mark function as static in radeon_kms.c
authorRashika Kheria <rashika.kheria@gmail.com>
Mon, 6 Jan 2014 15:23:07 +0000 (20:53 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Jan 2014 16:45:36 +0000 (11:45 -0500)
commite6bf14c464103c975452f2091713d175923d58ff
treec3215fa642814e576f6fdfce8e507b518a668b67
parent7b10f764cb8631f61de58b81793be39cf2e60067
drivers: gpu: Mark function as static in radeon_kms.c

Mark function radeon_info_ioctl() as static in drm/radeon/radeon_kms.c
because it is not used outside this file.

This eliminates the following warning in drm/radeon/radeon_kms.c:
drivers/gpu/drm/radeon/radeon_kms.c:194:5: warning: no previous prototype for â€˜radeon_info_ioctl’ [-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/radeon_kms.c