diff options
| author | Evan Quan <[email protected]> | 2020-06-28 11:12:42 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-07-02 16:02:57 +0000 |
| commit | 9822ba2ead1baa3de4860ad9472f652c4cc78c9c (patch) | |
| tree | 854dcde605974eaa21d8edc5655c05be94132dde /drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | |
| parent | drm/amd/display: Only revalidate bandwidth on medium and fast updates (diff) | |
| download | kernel-9822ba2ead1baa3de4860ad9472f652c4cc78c9c.tar.gz kernel-9822ba2ead1baa3de4860ad9472f652c4cc78c9c.zip | |
drm/amd/powerplay: fix compile error with ARCH=arc
Fix the compile error below:
drivers/gpu/drm/amd/amdgpu/../powerplay/smu_v11_0.c: In function 'smu_v11_0_init_microcode':
>> arch/arc/include/asm/bug.h:22:2: error: implicit declaration of function 'pr_warn'; did you mean 'pci_warn'? [-Werror=implicit-function-declaration]
22 | pr_warn("BUG: failure at %s:%d/%s()!\n", __FILE__, __LINE__, __func__); \
| ^~~~~~~
drivers/gpu/drm/amd/amdgpu/../powerplay/smu_v11_0.c:176:3: note: in expansion of macro 'BUG'
176 | BUG();
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Evan Quan <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c')
0 files changed, 0 insertions, 0 deletions
