diff options
| author | 2008-12-12 12:43:05 +0100 | |
|---|---|---|
| committer | 2008-12-12 12:43:05 +0100 | |
| commit | 81444a799550214f549caf579cf65a0ca55e70b7 (patch) | |
| tree | 3288dac0740be2e1e7d1af4ee51d792a6e91edf3 /kernel/module.c | |
| parent | Merge branch 'linus' into cpus4096 (diff) | |
| parent | tracing/fastboot: include missing headers (diff) | |
| download | wireguard-linux-81444a799550214f549caf579cf65a0ca55e70b7.tar.xz wireguard-linux-81444a799550214f549caf579cf65a0ca55e70b7.zip | |
Merge branch 'tracing/fastboot' into cpus4096
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 89bcf7c1327d..dd2a54155b54 100644 --- a/kernel/module.c +++ b/kernel/module.c @@ -2704,7 +2704,7 @@ int is_module_address(unsigned long addr) /* Is this a valid kernel address? */ -struct module *__module_text_address(unsigned long addr) +__notrace_funcgraph struct module *__module_text_address(unsigned long addr) { struct module *mod; |
