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 8cbec972d8e7..22d9878e868c 100644 --- a/include/linux/module.h +++ b/include/linux/module.h | |||
@@ -329,7 +329,7 @@ struct module | |||
329 | unsigned int num_tracepoints; | 329 | unsigned int num_tracepoints; |
330 | #endif | 330 | #endif |
331 | 331 | ||
332 | #ifdef CONFIG_TRACE_BPRINTK | 332 | #ifdef CONFIG_TRACING |
333 | const char **trace_bprintk_fmt_start; | 333 | const char **trace_bprintk_fmt_start; |
334 | unsigned int num_trace_bprintk_fmt; | 334 | unsigned int num_trace_bprintk_fmt; |
335 | #endif | 335 | #endif |