core: remove unneded headers for net cgroup controllers.
authorRosen, Rami <rami.rosen@intel.com>
Mon, 15 Feb 2016 00:39:43 +0000 (02:39 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Feb 2016 20:31:27 +0000 (15:31 -0500)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/netclassid_cgroup.c
net/core/netprio_cgroup.c

index 0260c84ed83c4a678022db87babc1d0f863b787f..11fce17274f6ce14e22ded0e2e9c046492c5f895 100644 (file)
@@ -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>
index f1efbc39ef6be94dc720814dc59a14dae1269cfd..2ec86fc552df6e2bd07981fb2ade76305d2545b6 100644 (file)
@@ -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>