diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-01-29 03:55:17 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-01-29 03:55:17 +0100 |
commit | b3a6082223369203d7e7db7e81253ac761377644 (patch) | |
tree | 92f8e0cf71090cba1c6c43013e1bff515ef24f4f /security | |
parent | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
parent | security: remove EARLY_LSM_COUNT which never used (diff) | |
download | linux-b3a6082223369203d7e7db7e81253ac761377644.tar.xz linux-b3a6082223369203d7e7db7e81253ac761377644.zip |
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')
-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 |