summaryrefslogtreecommitdiff
path: root/security/lsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/lsm.h')
-rw-r--r--security/lsm.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/security/lsm.h b/security/lsm.h
index 81aadbc61685..db77cc83e158 100644
--- a/security/lsm.h
+++ b/security/lsm.h
@@ -37,15 +37,6 @@ int lsm_task_alloc(struct task_struct *task);
/* LSM framework initializers */
-#ifdef CONFIG_MMU
-int min_addr_init(void);
-#else
-static inline int min_addr_init(void)
-{
- return 0;
-}
-#endif /* CONFIG_MMU */
-
#ifdef CONFIG_SECURITYFS
int securityfs_init(void);
#else