Skip to content

Commit

Permalink
modules: unexport __module_text_address
Browse files Browse the repository at this point in the history
__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>
  • Loading branch information
Christoph Hellwig authored and Jessica Yu committed Aug 1, 2020
1 parent a54e049 commit 3fe1e56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -4503,7 +4503,6 @@ struct module *__module_text_address(unsigned long addr)
}
return mod;
}
EXPORT_SYMBOL_GPL(__module_text_address);

/* Don't grab lock, we're oopsing. */
void print_modules(void)
Expand Down

0 comments on commit 3fe1e56

Please sign in to comment.