diff options
Diffstat (limited to 'kernel/module.c')
-rw-r--r-- | kernel/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/module.c b/kernel/module.c index 1f0657ae555b..90a6d63d9211 100644 --- a/kernel/module.c +++ b/kernel/module.c | |||
@@ -2769,7 +2769,7 @@ int is_module_address(unsigned long addr) | |||
2769 | 2769 | ||
2770 | 2770 | ||
2771 | /* Is this a valid kernel address? */ | 2771 | /* Is this a valid kernel address? */ |
2772 | __notrace_funcgraph struct module *__module_text_address(unsigned long addr) | 2772 | struct module *__module_text_address(unsigned long addr) |
2773 | { | 2773 | { |
2774 | struct module *mod; | 2774 | struct module *mod; |
2775 | 2775 | ||