Skip to content

Commit

Permalink
security: unexport mmap_min_addr
Browse files Browse the repository at this point in the history
Remove unneeded export.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: James Morris <jmorris@namei.org>
  • Loading branch information
Adrian Bunk authored and James Morris committed Jul 12, 2007
1 parent 9faf65f commit d4cf291
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion security/security.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit d4cf291

Please sign in to comment.