]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selinux: remove a duplicated include
authorPaul Moore <paul@paul-moore.com>
Sat, 12 Apr 2025 15:30:27 +0000 (11:30 -0400)
committerPaul Moore <paul@paul-moore.com>
Sat, 12 Apr 2025 15:31:46 +0000 (11:31 -0400)
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>
security/selinux/ss/services.c

index 5309bb885576fe29978867efb1859b33b6a73e61..7becf3808818a612434cdc5c2214ff92896a4579 100644 (file)
@@ -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"