diff options
| author | Isabella Basso <[email protected]> | 2021-12-08 01:25:26 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-12-13 21:32:34 +0000 |
| commit | 64cf26f04ad05ac7b4fc7d3339d893f21a06cab1 (patch) | |
| tree | 9a588b2db7d3b3ef2c77fb5e12b9638a8a3a0df2 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | drm/amdkfd: fix function scopes (diff) | |
| download | kernel-64cf26f04ad05ac7b4fc7d3339d893f21a06cab1.tar.gz kernel-64cf26f04ad05ac7b4fc7d3339d893f21a06cab1.zip | |
drm/amd: append missing includes
This fixes warnings caused by global functions lacking prototypes:, such as:
warning: no previous prototype for 'dcn303_hw_sequencer_construct'
[-Wmissing-prototypes]
12 | void dcn303_hw_sequencer_construct(struct dc *dc)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
warning: no previous prototype for ‘amdgpu_has_atpx’
[-Wmissing-prototypes]
76 | bool amdgpu_has_atpx(void) {
| ^~~~~~~~~~~~~~~
Reviewed-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Isabella Basso <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
0 files changed, 0 insertions, 0 deletions
