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 ba22484a987e..22d7379709da 100644 --- a/kernel/module.c +++ b/kernel/module.c | |||
| @@ -2735,7 +2735,7 @@ int is_module_address(unsigned long addr) | |||
| 2735 | 2735 | ||
| 2736 | 2736 | ||
| 2737 | /* Is this a valid kernel address? */ | 2737 | /* Is this a valid kernel address? */ |
| 2738 | __notrace_funcgraph struct module *__module_text_address(unsigned long addr) | 2738 | struct module *__module_text_address(unsigned long addr) |
| 2739 | { | 2739 | { |
| 2740 | struct module *mod; | 2740 | struct module *mod; |
| 2741 | 2741 | ||
