diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/tracepoint.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h index 08150e265761..69a298b07357 100644 --- a/include/linux/tracepoint.h +++ b/include/linux/tracepoint.h | |||
@@ -47,8 +47,7 @@ for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv), | |||
47 | #ifdef CONFIG_MODULES | 47 | #ifdef CONFIG_MODULES |
48 | struct tp_module { | 48 | struct tp_module { |
49 | struct list_head list; | 49 | struct list_head list; |
50 | unsigned int num_tracepoints; | 50 | struct module *mod; |
51 | struct tracepoint * const *tracepoints_ptrs; | ||
52 | }; | 51 | }; |
53 | 52 | ||
54 | bool trace_module_has_bad_taint(struct module *mod); | 53 | bool trace_module_has_bad_taint(struct module *mod); |