forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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 {