All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 13/14] JANITOR: Remove #include <linux/sys.h> from NET
@ 2013-10-29 10:08 Mika Kukkonen
  0 siblings, 0 replies; only message in thread
From: Mika Kukkonen @ 2013-10-29 10:08 UTC (permalink / raw)
  To: kernel-janitors


From 4f23652789773e113c866dd76f37d0b3f69f8d12 Mon Sep 17 00:00:00 2001
From: Mika Kukkonen <m.kukkonen@samsung.com>
Date: Tue, 29 Oct 2013 09:31:21 +0200
Subject: [PATCH 13/14] 13/14 JANITOR: Remove <linux/sys.h> from NET

	Remove #include from files:
		net/core/pktgen.c

Signed-off-by: Mika Kukkonen <m.kukkonen@samsung.com>
---
 net/core/pktgen.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/core/pktgen.c b/net/core/pktgen.c
index 261357a..5b6d849 100644
--- a/net/core/pktgen.c
+++ b/net/core/pktgen.c
@@ -118,7 +118,6 @@
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
-#include <linux/sys.h>
 #include <linux/types.h>
 #include <linux/module.h>
 #include <linux/moduleparam.h>
-- 
1.8.3.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-29 10:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-29 10:08 [PATCH 13/14] JANITOR: Remove #include <linux/sys.h> from NET Mika Kukkonen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.