mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
security: unexport mmap_min_addr
Remove unneeded export. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
parent
9faf65fb6e
commit
d4cf291526
1 changed files with 0 additions and 1 deletions
|
@ -177,5 +177,4 @@ EXPORT_SYMBOL_GPL(register_security);
|
|||
EXPORT_SYMBOL_GPL(unregister_security);
|
||||
EXPORT_SYMBOL_GPL(mod_reg_security);
|
||||
EXPORT_SYMBOL_GPL(mod_unreg_security);
|
||||
EXPORT_SYMBOL_GPL(mmap_min_addr);
|
||||
EXPORT_SYMBOL(security_ops);
|
||||
|
|
Loading…
Reference in a new issue