Skip to content

Commit

Permalink
device_cgroup.h: delete needless include <linux/module.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent 39aa9fd commit 8a24454
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/device_cgroup.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include <linux/module.h>
#include <linux/fs.h>

#ifdef CONFIG_CGROUP_DEVICE
Expand Down

0 comments on commit 8a24454

Please sign in to comment.