diff options
author | Ren Zhijie <[email protected]> | 2022-11-24 02:24:29 +0000 |
---|---|---|
committer | Will Deacon <[email protected]> | 2022-11-25 12:16:22 +0000 |
commit | 223d3a0d30b6e9f979f5642e430e1753d3e29f89 (patch) | |
tree | 3411d48286ba71f12512fa1e4797c25097e9c19f /drivers/gpu/drm/amd/amdgpu/amdgpu_preempt_mgr.c | |
parent | 124c49b1b5d947b7180c5d6cbb09ddf76ea45ea2 (diff) |
arm64: armv8_deprecated: fix unused-function error
If CONFIG_SWP_EMULATION is not set and
CONFIG_CP15_BARRIER_EMULATION is not set,
aarch64-linux-gnu complained about unused-function :
arch/arm64/kernel/armv8_deprecated.c:67:21: error: ‘aarch32_check_condition’ defined but not used [-Werror=unused-function]
static unsigned int aarch32_check_condition(u32 opcode, u32 psr)
^~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
To fix this warning, modify aarch32_check_condition() with __maybe_unused.
Fixes: 0c5f416219da ("arm64: armv8_deprecated: move aarch32 helper earlier")
Signed-off-by: Ren Zhijie <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_preempt_mgr.c')
0 files changed, 0 insertions, 0 deletions