linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] security: remove duplicated include from security.h
@ 2020-02-21  7:43 YueHaibing
  2020-02-21 16:56 ` James Morris
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2020-02-21  7:43 UTC (permalink / raw)
  To: dhowells, jmorris
  Cc: casey, sds, zohar, linux-kernel, linux-security-module,
	YueHaibing

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 include/linux/security.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/security.h b/include/linux/security.h
index 910a1ef..fe2c566 100644
--- a/include/linux/security.h
+++ b/include/linux/security.h
@@ -30,7 +30,6 @@
 #include <linux/err.h>
 #include <linux/string.h>
 #include <linux/mm.h>
-#include <linux/fs.h>
 
 struct linux_binprm;
 struct cred;
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-21 16:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-21  7:43 [PATCH -next] security: remove duplicated include from security.h YueHaibing
2020-02-21 16:56 ` James Morris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).