aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/module.c')
-rw-r--r--kernel/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/module.c b/kernel/module.c
index fcbc0128810b..2ad1b5239910 100644
--- a/kernel/module.c
+++ b/kernel/module.c
@@ -3102,7 +3102,7 @@ static int find_module_sections(struct module *mod, struct load_info *info)
3102 sizeof(*mod->bpf_raw_events), 3102 sizeof(*mod->bpf_raw_events),
3103 &mod->num_bpf_raw_events); 3103 &mod->num_bpf_raw_events);
3104#endif 3104#endif
3105#ifdef HAVE_JUMP_LABEL 3105#ifdef CONFIG_JUMP_LABEL
3106 mod->jump_entries = section_objs(info, "__jump_table", 3106 mod->jump_entries = section_objs(info, "__jump_table",
3107 sizeof(*mod->jump_entries), 3107 sizeof(*mod->jump_entries),
3108 &mod->num_jump_entries); 3108 &mod->num_jump_entries);