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)
commit5520345fb91412fba48e4b7f5514c19f6234d963
treec3215fa642814e576f6fdfce8e507b518a668b67
parent28f5a6cd938c0b4f53f953318675c063158d1c27
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