diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-26 21:58:15 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:32:26 +0100 |
commit | 8a24454869a6f8e9d7968f88f78830f285089433 (patch) | |
tree | 74c65794dd0bfb4092a2c55fb48f71dee6cd2bf5 | |
parent | net: sch_generic remove redundant use of <linux/module.h> (diff) | |
download | linux-8a24454869a6f8e9d7968f88f78830f285089433.tar.xz linux-8a24454869a6f8e9d7968f88f78830f285089433.zip |
device_cgroup.h: delete needless include <linux/module.h>
There is nothing modular in this file, and no reason to drag
in all the extra headers that module.h brings with it, since
it just slows down compiles.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r-- | include/linux/device_cgroup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/device_cgroup.h b/include/linux/device_cgroup.h index 7aad1f440867..8b64221b432b 100644 --- a/include/linux/device_cgroup.h +++ b/include/linux/device_cgroup.h @@ -1,4 +1,3 @@ -#include <linux/module.h> #include <linux/fs.h> #ifdef CONFIG_CGROUP_DEVICE |