forked from TencentOS/TencentOS-kernel
Revert "modules: unexport __module_address"
This reverts commit 38a90952b3.
This commit is contained in:
parent
c08c9f8424
commit
16de1e7f83
|
|
@ -4629,6 +4629,7 @@ struct module *__module_address(unsigned long addr)
|
|||
}
|
||||
return mod;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(__module_address);
|
||||
|
||||
/*
|
||||
* is_module_text_address - is this address inside module code?
|
||||
|
|
|
|||
Loading…
Reference in New Issue