diff options
Diffstat (limited to 'include/linux/module.h')
-rw-r--r-- | include/linux/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index d5453eb5a68b..9a21fe3509af 100644 --- a/include/linux/module.h +++ b/include/linux/module.h | |||
@@ -436,7 +436,7 @@ struct module { | |||
436 | unsigned int num_bpf_raw_events; | 436 | unsigned int num_bpf_raw_events; |
437 | struct bpf_raw_event_map *bpf_raw_events; | 437 | struct bpf_raw_event_map *bpf_raw_events; |
438 | #endif | 438 | #endif |
439 | #ifdef HAVE_JUMP_LABEL | 439 | #ifdef CONFIG_JUMP_LABEL |
440 | struct jump_entry *jump_entries; | 440 | struct jump_entry *jump_entries; |
441 | unsigned int num_jump_entries; | 441 | unsigned int num_jump_entries; |
442 | #endif | 442 | #endif |