1
0
Fork 0

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>
hifive-unleashed-5.1
Paul Gortmaker 2011-05-26 15:58:15 -04:00
parent 39aa9fddb9
commit 8a24454869
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#include <linux/module.h>
#include <linux/fs.h>
#ifdef CONFIG_CGROUP_DEVICE