aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2012-01-24 11:33:19 +0000
committerDavid S. Miller <davem@davemloft.net>2012-01-24 16:42:26 -0500
commit36a1211970193ce215de50ed1e4e1272bc814df1 (patch)
tree58cf4dbb13b90116be153457174a2369b1360173 /include
parentc452ed70771cea3af73d21a5914989137fbd28b8 (diff)
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')
-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 e503b87c4c1b..7b2d43139c8e 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>