Skip to content

Commit

Permalink
modules: unexport __module_address
Browse files Browse the repository at this point in the history
__module_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 3fe1e56 commit 34e6470
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 @@ -4464,7 +4464,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?
Expand Down

0 comments on commit 34e6470

Please sign in to comment.