]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
netprio_cgroup.h: dont include module.h from other includes
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 24 Jan 2012 11:33:19 +0000 (11:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jan 2012 21:42:26 +0000 (16:42 -0500)
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>
include/net/netprio_cgroup.h

index e503b87c4c1b4d3310be150b07e4a94a36508133..7b2d43139c8e750e4b49ce6bf2244f12858a3211 100644 (file)
@@ -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>