netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] core: remove unneded headers for net cgroup controllers.
@ 2016-02-15  0:39 Rami Rosen
  2016-02-15 18:32 ` Tejun Heo
  2016-02-17 20:32 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Rami Rosen @ 2016-02-15  0:39 UTC (permalink / raw)
  To: davem; +Cc: netdev, tj, nhorman, tgraf, Rami Rosen

commit 3ed80a6 (cgroup: drop module support) made including 
module.h redundant in the net cgroup controllers, 
netclassid_cgroup.c and netprio_cgroup.c. This patch 
removes them.

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 net/core/netclassid_cgroup.c | 1 -
 net/core/netprio_cgroup.c    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/net/core/netclassid_cgroup.c b/net/core/netclassid_cgroup.c
index 0260c84..11fce17 100644
--- a/net/core/netclassid_cgroup.c
+++ b/net/core/netclassid_cgroup.c
@@ -9,7 +9,6 @@
  * Authors:	Thomas Graf <tgraf@suug.ch>
  */
 
-#include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/cgroup.h>
 #include <linux/fdtable.h>
diff --git a/net/core/netprio_cgroup.c b/net/core/netprio_cgroup.c
index f1efbc3..2ec86fc 100644
--- a/net/core/netprio_cgroup.c
+++ b/net/core/netprio_cgroup.c
@@ -11,7 +11,6 @@
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
-#include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/types.h>
 #include <linux/string.h>
-- 
1.9.3

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

* Re: [PATCH net-next] core: remove unneded headers for net cgroup controllers.
  2016-02-15  0:39 [PATCH net-next] core: remove unneded headers for net cgroup controllers Rami Rosen
@ 2016-02-15 18:32 ` Tejun Heo
  2016-02-17 20:32 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Tejun Heo @ 2016-02-15 18:32 UTC (permalink / raw)
  To: Rami Rosen; +Cc: davem, netdev, nhorman, tgraf

On Mon, Feb 15, 2016 at 02:39:43AM +0200, Rami Rosen wrote:
> commit 3ed80a6 (cgroup: drop module support) made including 
> module.h redundant in the net cgroup controllers, 
> netclassid_cgroup.c and netprio_cgroup.c. This patch 
> removes them.
> 
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>

Acked-by: Tejun Heo <tj@kernel.org>

Thanks.

-- 
tejun

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

* Re: [PATCH net-next] core: remove unneded headers for net cgroup controllers.
  2016-02-15  0:39 [PATCH net-next] core: remove unneded headers for net cgroup controllers Rami Rosen
  2016-02-15 18:32 ` Tejun Heo
@ 2016-02-17 20:32 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2016-02-17 20:32 UTC (permalink / raw)
  To: rami.rosen; +Cc: netdev, tj, nhorman, tgraf

From: Rami Rosen <rami.rosen@intel.com>
Date: Mon, 15 Feb 2016 02:39:43 +0200

> commit 3ed80a6 (cgroup: drop module support) made including 
> module.h redundant in the net cgroup controllers, 
> netclassid_cgroup.c and netprio_cgroup.c. This patch 
> removes them.
> 
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>

Applied, thank you.

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

end of thread, other threads:[~2016-02-17 20:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-15  0:39 [PATCH net-next] core: remove unneded headers for net cgroup controllers Rami Rosen
2016-02-15 18:32 ` Tejun Heo
2016-02-17 20:32 ` David Miller

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).