aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/probes/kprobes/checkers-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/probes/kprobes/checkers-common.c')
-rw-r--r--arch/arm/probes/kprobes/checkers-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/probes/kprobes/checkers-common.c b/arch/arm/probes/kprobes/checkers-common.c
index 4d720990cf2a..eba7ac4725c0 100644
--- a/arch/arm/probes/kprobes/checkers-common.c
+++ b/arch/arm/probes/kprobes/checkers-common.c
@@ -40,7 +40,7 @@ enum probes_insn checker_stack_use_imm_0xx(probes_opcode_t insn,
* Different from other insn uses imm8, the real addressing offset of
* STRD in T32 encoding should be imm8 * 4. See ARMARM description.
*/
-enum probes_insn checker_stack_use_t32strd(probes_opcode_t insn,
+static enum probes_insn checker_stack_use_t32strd(probes_opcode_t insn,
struct arch_probes_insn *asi,
const struct decode_header *h)
{