kernel/arch/arm/probes/kprobes/checkers-common.c
.. .. @@ -40,7 +40,7 @@ 40 40 * Different from other insn uses imm8, the real addressing offset of 41 41 * STRD in T32 encoding should be imm8 * 4. See ARMARM description. 42 42 */ 43 -enum probes_insn checker_stack_use_t32strd(probes_opcode_t insn,43 +static enum probes_insn checker_stack_use_t32strd(probes_opcode_t insn,44 44 struct arch_probes_insn *asi, 45 45 const struct decode_header *h) 46 46 {