[PATCH 5/7] modules: unexport __module_address

From: Christoph Hellwig
Date: Wed Jul 29 2020 - 02:27:26 EST


__module_address is only used by built-in code.

Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
kernel/module.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/kernel/module.c b/kernel/module.c
index d241866f9d4a2b..54e853c7212f72 100644
--- a/kernel/module.c
+++ b/kernel/module.c
@@ -4469,7 +4469,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?
--
2.27.0