diff options
Diffstat (limited to 'include/linux/module.h')
| -rw-r--r-- | include/linux/module.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index d246da0b0f8..627ac082e2a 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -333,6 +333,11 @@ struct module  	unsigned int num_tracepoints;  #endif +#ifdef CONFIG_TRACING +	const char **trace_bprintk_fmt_start; +	unsigned int num_trace_bprintk_fmt; +#endif +  #ifdef CONFIG_MODULE_UNLOAD  	/* What modules depend on me? */  	struct list_head modules_which_use_me;  |