summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2012-01-24 11:33:19 (GMT)
committerDavid S. Miller <davem@davemloft.net>2012-01-24 21:42:26 (GMT)
commit36a1211970193ce215de50ed1e4e1272bc814df1 (patch)
tree58cf4dbb13b90116be153457174a2369b1360173 /include/net
parentc452ed70771cea3af73d21a5914989137fbd28b8 (diff)
downloadlinux-36a1211970193ce215de50ed1e4e1272bc814df1.tar.xz
netprio_cgroup.h: dont include module.h from other includes
A considerable effort was invested in wiping out module.h from being present in all the other standard includes. This one leaked back in, but once again isn't strictly necessary, so remove it. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/netprio_cgroup.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/netprio_cgroup.h b/include/net/netprio_cgroup.h
index e503b87..7b2d431 100644
--- a/include/net/netprio_cgroup.h
+++ b/include/net/netprio_cgroup.h
@@ -13,7 +13,6 @@
#ifndef _NETPRIO_CGROUP_H
#define _NETPRIO_CGROUP_H
-#include <linux/module.h>
#include <linux/cgroup.h>
#include <linux/hardirq.h>
#include <linux/rcupdate.h>