diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-01-28 18:55:17 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-01-28 18:55:17 -0800 |
commit | b3a6082223369203d7e7db7e81253ac761377644 (patch) | |
tree | 92f8e0cf71090cba1c6c43013e1bff515ef24f4f /security/security.c | |
parent | 73a0bff2058f2403c604371c325fec737ac2ac61 (diff) | |
parent | 10c2d111c906599942efd13109061885631c4a0c (diff) |
Merge branch 'for-v5.6' of git://git.kernel.org:/pub/scm/linux/kernel/git/jmorris/linux-security
Pull security subsystem update from James Morris:
"Just one minor fix this time"
* 'for-v5.6' of git://git.kernel.org:/pub/scm/linux/kernel/git/jmorris/linux-security:
security: remove EARLY_LSM_COUNT which never used
Diffstat (limited to 'security/security.c')
-rw-r--r-- | security/security.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/security.c b/security/security.c index 2b5473d92416..565bc9b67276 100644 --- a/security/security.c +++ b/security/security.c @@ -33,7 +33,6 @@ /* How many LSMs were built into the kernel? */ #define LSM_COUNT (__end_lsm_info - __start_lsm_info) -#define EARLY_LSM_COUNT (__end_early_lsm_info - __start_early_lsm_info) /* * These are descriptions of the reasons that can be passed to the |