Skip to content
Snippets Groups Projects
Commit 36a12119 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by David S. Miller
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c452ed70
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
#ifndef _NETPRIO_CGROUP_H #ifndef _NETPRIO_CGROUP_H
#define _NETPRIO_CGROUP_H #define _NETPRIO_CGROUP_H
#include <linux/module.h>
#include <linux/cgroup.h> #include <linux/cgroup.h>
#include <linux/hardirq.h> #include <linux/hardirq.h>
#include <linux/rcupdate.h> #include <linux/rcupdate.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment