hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm/probes/kprobes/checkers-common.c
....@@ -40,7 +40,7 @@
4040 * Different from other insn uses imm8, the real addressing offset of
4141 * STRD in T32 encoding should be imm8 * 4. See ARMARM description.
4242 */
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,
4444 struct arch_probes_insn *asi,
4545 const struct decode_header *h)
4646 {