public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] audit: remove duplicated include from audit.c
@ 2013-04-04  1:17 Wei Yongjun
  2013-04-10 17:26 ` Eric Paris
  0 siblings, 1 reply; 8+ messages in thread
From: Wei Yongjun @ 2013-04-04  1:17 UTC (permalink / raw)
  To: viro, eparis; +Cc: yongjun_wei, linux-kernel

From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 kernel/audit.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/audit.c b/kernel/audit.c
index 488f85f..9377913 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -58,7 +58,6 @@
 #ifdef CONFIG_SECURITY
 #include <linux/security.h>
 #endif
-#include <net/netlink.h>
 #include <linux/freezer.h>
 #include <linux/tty.h>
 #include <linux/pid_namespace.h>


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH -next] audit: remove duplicated include from audit.c
@ 2018-12-09  6:25 YueHaibing
  2018-12-13 23:42 ` Paul Moore
  0 siblings, 1 reply; 8+ messages in thread
From: YueHaibing @ 2018-12-09  6:25 UTC (permalink / raw)
  To: paul, eparis; +Cc: linux-kernel, linux-audit, YueHaibing

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 kernel/audit.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/audit.c b/kernel/audit.c
index a0a4544..632d360 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -60,7 +60,6 @@
 #include <linux/mutex.h>
 #include <linux/gfp.h>
 #include <linux/pid.h>
-#include <linux/slab.h>
 
 #include <linux/audit.h>
 
-- 
2.7.0



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

end of thread, other threads:[~2018-12-14 17:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04  1:17 [PATCH -next] audit: remove duplicated include from audit.c Wei Yongjun
2013-04-10 17:26 ` Eric Paris
2013-04-12  3:28   ` yongjun_wei
2013-04-12 13:32     ` Eric Paris
  -- strict thread matches above, loose matches on Subject: below --
2018-12-09  6:25 YueHaibing
2018-12-13 23:42 ` Paul Moore
2018-12-14  1:33   ` YueHaibing
2018-12-14 17:14     ` Paul Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox