Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paul Gortmaker and committed by
David S. Miller
36a12119 c452ed70

-1
-1
include/net/netprio_cgroup.h
··· 13 13 14 14 #ifndef _NETPRIO_CGROUP_H 15 15 #define _NETPRIO_CGROUP_H 16 - #include <linux/module.h> 17 16 #include <linux/cgroup.h> 18 17 #include <linux/hardirq.h> 19 18 #include <linux/rcupdate.h>