diff options
| author | Baoyou Xie <[email protected]> | 2016-09-30 08:13:01 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2016-10-25 18:38:18 +0000 |
| commit | 297b12862d738f82c9f82b9b0f6df80dc447189a (patch) | |
| tree | b63f4552e64a3b5f23cca531abb48d076bbcabb9 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
| parent | drm/amd/amdgpu: bump version for memory query info (diff) | |
| download | kernel-297b12862d738f82c9f82b9b0f6df80dc447189a.tar.gz kernel-297b12862d738f82c9f82b9b0f6df80dc447189a.zip | |
drm/radeon: add missing header dependencies
We get a few warnings when building kernel with W=1:
drivers/gpu/drm/radeon/radeon_clocks.c:35:10: warning: no previous prototype for 'radeon_legacy_get_engine_clock' [-Wmissing-prototypes]
drivers/gpu/drm/radeon/atombios_encoders.c:75:1: warning: no previous prototype for 'atombios_get_backlight_level' [-Wmissing-prototypes]
drivers/gpu/drm/radeon/r600_cs.c:2268:5: warning: no previous prototype for 'r600_cs_parse' [-Wmissing-prototypes]
drivers/gpu/drm/radeon/evergreen_cs.c:2671:5: warning: no previous prototype for 'evergreen_cs_parse' [-Wmissing-prototypes]
....
In fact, these functions are declared
in drivers/gpu/drm/radeon/radeon_asic.h,
so this patch adds missing header dependencies.
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Baoyou Xie <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions
