diff options
author | Rashika Kheria <rashika.kheria@gmail.com> | 2014-01-06 20:51:40 +0530 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2014-01-07 11:45:35 -0500 |
commit | 28f5a6cd938c0b4f53f953318675c063158d1c27 (patch) | |
tree | 161d71e76c930ed2e52f4c16e3391d70d8ccf4ed /tools/perf/scripts/python/sctop.py | |
parent | 2f43651c18b450bd5b71ede18dce54bfc7b1719b (diff) |
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 <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions