Skip to content

Commit 1ec31f1

Browse files
committed
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>
1 parent 5d7ddc5 commit 1ec31f1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

security/selinux/ss/services.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
#include <linux/parser.h>
5050
#include <linux/vmalloc.h>
5151
#include <linux/lsm_hooks.h>
52-
#include <linux/parser.h>
5352
#include <net/netlabel.h>
5453

5554
#include "flask.h"

0 commit comments

Comments
 (0)