UPSTREAM: modules: unexport __module_address
__module_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 34e64705ad)
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I9fb9339e17a7bac54afee8d301f33298a702fcb9
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
68d5cd1dcb
commit
684d5eaf06
@@ -4522,7 +4522,6 @@ struct module *__module_address(unsigned long addr)
|
|||||||
}
|
}
|
||||||
return mod;
|
return mod;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(__module_address);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* is_module_text_address - is this address inside module code?
|
* is_module_text_address - is this address inside module code?
|
||||||
|
|||||||
Reference in New Issue
Block a user