[PATCH 11/11] security: unexport mmap_min_addr

From: James Morris
Date: Sun Jul 08 2007 - 23:01:27 EST


From: Adrian Bunk <bunk@xxxxxxxxx>

Remove unneeded export.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>
Signed-off-by: James Morris <jmorris@xxxxxxxxx>
---
security/security.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/security/security.c b/security/security.c
index 024484f..27e5863 100644
--- a/security/security.c
+++ b/security/security.c
@@ -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);
--
1.5.0.6

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/