module: unexport find_module and module_mutex
authorChristoph Hellwig <hch@lst.de>
Tue, 2 Feb 2021 12:13:24 +0000 (13:13 +0100)
committerJessica Yu <jeyu@kernel.org>
Mon, 8 Feb 2021 11:21:16 +0000 (12:21 +0100)
commit089049f6c9956c5cf1fc89fe10229c76e99f4bef
tree684bc28d48d87d7171f82955f486865a61055bc8
parentbf22c9ec39da90ce866d5f625d616f28bc733dc1
module: unexport find_module and module_mutex

find_module is not used by modular code any more, and random driver code
has no business calling it to start with.

Reviewed-by: Miroslav Benes <mbenes@suse.cz>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
kernel/module.c