UPSTREAM: modules: unexport __module_text_address
__module_text_address is only used by built-in code.
Bug: 157965270
Bug: 171277690
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
(cherry picked from commit 3fe1e56d0e)
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I1a9081c6fa3d2a6e27ede24a4fa2b6a220cd521d
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6cd6da665d
commit
68d5cd1dcb
@@ -4561,7 +4561,6 @@ struct module *__module_text_address(unsigned long addr)
|
|||||||
}
|
}
|
||||||
return mod;
|
return mod;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(__module_text_address);
|
|
||||||
|
|
||||||
/* Don't grab lock, we're oopsing. */
|
/* Don't grab lock, we're oopsing. */
|
||||||
void print_modules(void)
|
void print_modules(void)
|
||||||
|
|||||||
Reference in New Issue
Block a user