mirror_ubuntu-kernels/drivers/gpu/drm/amd
Maíra Canal d41ff22a4e drm/amdgpu: Change amdgpu_ras_block_late_init_default function scope
Turn previously global function into a static function to avoid the
following Clang warning:

drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:2459:5: warning: no previous prototype
for function 'amdgpu_ras_block_late_init_default' [-Wmissing-prototypes]
int amdgpu_ras_block_late_init_default(struct amdgpu_device *adev,
    ^
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:2459:1: note: declare 'static' if the
function is not intended to be used outside of this translation unit
int amdgpu_ras_block_late_init_default(struct amdgpu_device *adev,
^
static

Signed-off-by: Maíra Canal <maira.canal@usp.br>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2022-02-23 14:02:51 -05:00
..
acp
amdgpu drm/amdgpu: Change amdgpu_ras_block_late_init_default function scope 2022-02-23 14:02:51 -05:00
amdkfd drm/amdkfd: Use real device for messages 2022-02-23 14:02:50 -05:00
display drm/amdgpu: derive GTT display support from DM 2022-02-23 14:02:51 -05:00
include drm/amd/include: add DCN 3.1.5 registers 2022-02-18 14:07:00 -05:00
pm drm/amd/pm: validate SMU feature enable message for getting feature enabled mask 2022-02-22 14:44:36 -05:00