mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 05:04:20 +00:00
modules: unexport __module_text_address
__module_text_address is only used by built-in code. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jessica Yu <jeyu@kernel.org>
This commit is contained in:
parent
a54e04914c
commit
3fe1e56d0e
1 changed files with 0 additions and 1 deletions
|
@ -4503,7 +4503,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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue