summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-07-30 08:10:22 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-05-22 10:57:23 +0200
commitbf79a10874d064347426eaaa10b6f5bdc5562f21 (patch)
tree651d7d296ff0fba764b09990341c24bcd0eadef4 /include
parent862a1517a77b8269c92503f7c548ebc0ccb0b9f5 (diff)
downloadlinux-bf79a10874d064347426eaaa10b6f5bdc5562f21.tar.gz
linux-bf79a10874d064347426eaaa10b6f5bdc5562f21.tar.bz2
linux-bf79a10874d064347426eaaa10b6f5bdc5562f21.zip
modules: mark each_symbol_section static
commit a54e04914c211b5678602a46b3ede5d82ec1327d upstream. each_symbol_section is only used inside of module.c. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jessica Yu <jeyu@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/module.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/module.h b/include/linux/module.h
index 63bf70303795..e0ac233a1ba7 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
@@ -530,15 +530,6 @@ struct symsearch {
bool unused;
};
-/*
- * Walk the exported symbol table
- *
- * Must be called with module_mutex held or preemption disabled.
- */
-bool each_symbol_section(bool (*fn)(const struct symsearch *arr,
- struct module *owner,
- void *data), void *data);
-
/* Returns 0 and fills in value, defined and namebuf, or -ERANGE if
symnum out of range. */
int module_get_kallsym(unsigned int symnum, unsigned long *value, char *type,