Skip to content

Commit b3a6082

Browse files
committed
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
2 parents 73a0bff + 10c2d11 commit b3a6082

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

security/security.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
/* How many LSMs were built into the kernel? */
3535
#define LSM_COUNT (__end_lsm_info - __start_lsm_info)
36-
#define EARLY_LSM_COUNT (__end_early_lsm_info - __start_early_lsm_info)
3736

3837
/*
3938
* These are descriptions of the reasons that can be passed to the

0 commit comments

Comments
 (0)