aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/netprio_cgroup.c
diff options
context:
space:
mode:
authorRosen, Rami <rami.rosen@intel.com>2016-02-15 02:39:43 +0200
committerDavid S. Miller <davem@davemloft.net>2016-02-17 15:31:27 -0500
commitbd4508e8507cbeee3c0fd96a1f96327b07c490b9 (patch)
tree80fd4b2b5fb105f3c9c8a8a9ceff13ff0513e789 /net/core/netprio_cgroup.c
parentMerge branch 'renesas-cleanups' (diff)
downloadlinux-dev-bd4508e8507cbeee3c0fd96a1f96327b07c490b9.tar.xz
linux-dev-bd4508e8507cbeee3c0fd96a1f96327b07c490b9.zip
core: remove unneded headers for net cgroup controllers.
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>
Diffstat (limited to 'net/core/netprio_cgroup.c')
-rw-r--r--net/core/netprio_cgroup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/netprio_cgroup.c b/net/core/netprio_cgroup.c
index f1efbc39ef6b..2ec86fc552df 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>