From: Paul Moore Date: Sat, 12 Apr 2025 15:30:27 +0000 (-0400) Subject: selinux: remove a duplicated include X-Git-Tag: v6.16-rc1~147^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ec31f14a83bcad8039fe695a17346a94cab1fd9;p=thirdparty%2Fkernel%2Flinux.git selinux: remove a duplicated include The "linux/parser.h" header was included twice, we only need it once. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202504121945.Q0GDD0sG-lkp@intel.com/ Signed-off-by: Paul Moore --- diff --git a/security/selinux/ss/services.c b/security/selinux/ss/services.c index 5309bb885576f..7becf3808818a 100644 --- a/security/selinux/ss/services.c +++ b/security/selinux/ss/services.c @@ -49,7 +49,6 @@ #include #include #include -#include #include #include "flask.h"