Skip to content

Commit

Permalink
Merge branch 'for-v5.6' of git://git.kernel.org:/pub/scm/linux/kernel…
Browse files Browse the repository at this point in the history
…/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
  • Loading branch information
torvalds committed Jan 29, 2020
2 parents 73a0bff + 10c2d11 commit b3a6082
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion security/security.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3a6082

Please sign in to comment.