aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/module.c')
-rw-r--r--kernel/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/module.c b/kernel/module.c
index f6e08b7cff7c..c268a771595c 100644
--- a/kernel/module.c
+++ b/kernel/module.c
@@ -2777,7 +2777,7 @@ bool is_module_address(unsigned long addr)
2777 * Must be called with preempt disabled or module mutex held so that 2777 * Must be called with preempt disabled or module mutex held so that
2778 * module doesn't get freed during this. 2778 * module doesn't get freed during this.
2779 */ 2779 */
2780__notrace_funcgraph struct module *__module_address(unsigned long addr) 2780struct module *__module_address(unsigned long addr)
2781{ 2781{
2782 struct module *mod; 2782 struct module *mod;
2783 2783