projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fe1e56
)
modules: unexport __module_address
author
Christoph Hellwig
<hch@lst.de>
Thu, 30 Jul 2020 06:10:24 +0000
(08:10 +0200)
committer
Jessica Yu
<jeyu@kernel.org>
Sat, 1 Aug 2020 14:05:01 +0000
(16:05 +0200)
__module_address is only used by built-in code.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
kernel/module.c
patch
|
blob
|
history
diff --git
a/kernel/module.c
b/kernel/module.c
index 6ee1739e3150fcaffdffb21a42a3eb3fc1961398..e85d06158fbc1c553e36afad88e103840abd2566 100644
(file)
--- a/
kernel/module.c
+++ b/
kernel/module.c
@@
-4464,7
+4464,6
@@
struct module *__module_address(unsigned long addr)
}
return mod;
}
-EXPORT_SYMBOL_GPL(__module_address);
/*
* is_module_text_address - is this address inside module code?