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
This commit is contained in:
@@ -33,7 +33,6 @@
|
|||||||
|
|
||||||
/* How many LSMs were built into the kernel? */
|
/* How many LSMs were built into the kernel? */
|
||||||
#define LSM_COUNT (__end_lsm_info - __start_lsm_info)
|
#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
|
* These are descriptions of the reasons that can be passed to the
|
||||||
|
Reference in New Issue
Block a user