diff options
author | 2025-04-12 11:30:27 -0400 | |
---|---|---|
committer | 2025-04-12 11:31:46 -0400 | |
commit | 1ec31f14a83bcad8039fe695a17346a94cab1fd9 (patch) | |
tree | 934ba2cb5a031c109ef20c494dceb846f7bb8c42 | |
parent | selinux: reduce path walk overhead (diff) | |
download | linux-rng-1ec31f14a83bcad8039fe695a17346a94cab1fd9.tar.xz linux-rng-1ec31f14a83bcad8039fe695a17346a94cab1fd9.zip |
selinux: remove a duplicated include
The "linux/parser.h" header was included twice, we only need it once.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202504121945.Q0GDD0sG-lkp@intel.com/
Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r-- | security/selinux/ss/services.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/selinux/ss/services.c b/security/selinux/ss/services.c index 5309bb885576..7becf3808818 100644 --- a/security/selinux/ss/services.c +++ b/security/selinux/ss/services.c @@ -49,7 +49,6 @@ #include <linux/parser.h> #include <linux/vmalloc.h> #include <linux/lsm_hooks.h> -#include <linux/parser.h> #include <net/netlabel.h> #include "flask.h" |