diff options
Diffstat (limited to 'kernel/module.c')
-rw-r--r-- | kernel/module.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/module.c b/kernel/module.c index 2dece104f9a1..22d7379709da 100644 --- a/kernel/module.c +++ b/kernel/module.c | |||
@@ -2158,12 +2158,6 @@ static noinline struct module *load_module(void __user *umod, | |||
2158 | &mod->num_tracepoints); | 2158 | &mod->num_tracepoints); |
2159 | #endif | 2159 | #endif |
2160 | 2160 | ||
2161 | #ifdef CONFIG_TRACE_BPRINTK | ||
2162 | mod->trace_bprintk_fmt_start = section_objs(hdr, sechdrs, secstrings, | ||
2163 | "__trace_bprintk_fmt", sizeof(char *), | ||
2164 | &mod->num_trace_bprintk_fmt); | ||
2165 | #endif | ||
2166 | |||
2167 | #ifdef CONFIG_MODVERSIONS | 2161 | #ifdef CONFIG_MODVERSIONS |
2168 | if ((mod->num_syms && !mod->crcs) | 2162 | if ((mod->num_syms && !mod->crcs) |
2169 | || (mod->num_gpl_syms && !mod->gpl_crcs) | 2163 | || (mod->num_gpl_syms && !mod->gpl_crcs) |