diff options
Diffstat (limited to 'kernel/module.c')
-rw-r--r-- | kernel/module.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/module.c b/kernel/module.c index 72c6ca574211..fc1dff9a178c 100644 --- a/kernel/module.c +++ b/kernel/module.c | |||
@@ -2187,11 +2187,6 @@ static noinline struct module *load_module(void __user *umod, | |||
2187 | debug = section_objs(hdr, sechdrs, secstrings, "__verbose", | 2187 | debug = section_objs(hdr, sechdrs, secstrings, "__verbose", |
2188 | sizeof(*debug), &num_debug); | 2188 | sizeof(*debug), &num_debug); |
2189 | dynamic_printk_setup(debug, num_debug); | 2189 | dynamic_printk_setup(debug, num_debug); |
2190 | |||
2191 | #ifdef CONFIG_TRACEPOINTS | ||
2192 | tracepoint_update_probe_range(mod->tracepoints, | ||
2193 | mod->tracepoints + mod->num_tracepoints); | ||
2194 | #endif | ||
2195 | } | 2190 | } |
2196 | 2191 | ||
2197 | /* sechdrs[0].sh_size is always zero */ | 2192 | /* sechdrs[0].sh_size is always zero */ |