diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-26 15:58:15 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:32:26 -0400 |
commit | 8a24454869a6f8e9d7968f88f78830f285089433 (patch) | |
tree | 74c65794dd0bfb4092a2c55fb48f71dee6cd2bf5 /include/linux/device_cgroup.h | |
parent | 39aa9fddb984fcc61592d3eb88e345e315359161 (diff) |
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>
Diffstat (limited to 'include/linux/device_cgroup.h')
-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 |