[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1327440799-1057-1-git-send-email-paul.gortmaker@windriver.com>
Date: Tue, 24 Jan 2012 16:33:19 -0500
From: Paul Gortmaker <paul.gortmaker@...driver.com>
To: nhorman@...driver.com, davem@...emloft.net
Cc: netdev@...r.kernel.org, jdb@...x.dk, eric.dumazet@...il.com,
Paul Gortmaker <paul.gortmaker@...driver.com>
Subject: [PATCH net] 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@...driver.com>
---
[x86-64 modconfig, yesconfig and ppc64 defconfig all build OK]
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>
--
1.7.7.2
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists