Skip to content

Commit

Permalink
netprio_cgroup.h: dont include module.h from other includes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Gortmaker authored and David S. Miller committed Jan 24, 2012
1 parent c452ed7 commit 36a1211
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/netprio_cgroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 36a1211

Please sign in to comment.