diff options
Diffstat (limited to 'include/linux/module.h')
| -rw-r--r-- | include/linux/module.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index f807f15bebbe..e19ae08c7fb8 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -20,6 +20,7 @@  #include <linux/export.h>  #include <linux/rbtree_latch.h>  #include <linux/error-injection.h> +#include <linux/tracepoint-defs.h>  #include <linux/percpu.h>  #include <asm/module.h> @@ -430,7 +431,7 @@ struct module {  #ifdef CONFIG_TRACEPOINTS  	unsigned int num_tracepoints; -	struct tracepoint * const *tracepoints_ptrs; +	tracepoint_ptr_t *tracepoints_ptrs;  #endif  #ifdef HAVE_JUMP_LABEL  	struct jump_entry *jump_entries;  | 
