diff options
| author | Srinivasan Shanmugam <[email protected]> | 2023-05-19 12:40:40 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-06-09 15:08:43 +0000 |
| commit | 3034983db355daefc4463defce802b8e6d86539f (patch) | |
| tree | a2e18efafd966e1192c075133cbfc68717b300dd /drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c | |
| parent | drm/amd/display: remove unused definition (diff) | |
| download | kernel-3034983db355daefc4463defce802b8e6d86539f.tar.gz kernel-3034983db355daefc4463defce802b8e6d86539f.zip | |
drm/amdgpu: Mark mmhub_v1_8_mmea_err_status_reg as __maybe_unused
Silencing the compiler from below compilation error:
drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.c:704:23: error: variable 'mmhub_v1_8_mmea_err_status_reg' is not needed and will not be emitted [-Werror,-Wunneeded-internal-declaration]
static const uint32_t mmhub_v1_8_mmea_err_status_reg[] = {
^
1 error generated.
Mark the variable as __maybe_unused to make it clear to clang that this
is expected, so there is no more warning.
Cc: Christian König <[email protected]>
Cc: Lijo Lazar <[email protected]>
Cc: Luben Tuikov <[email protected]>
Cc: Alex Deucher <[email protected]>
Signed-off-by: Srinivasan Shanmugam <[email protected]>
Reviewed-by: Nathan Chancellor <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c')
0 files changed, 0 insertions, 0 deletions
