瀏覽代碼

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>
Paul Gortmaker 14 年之前
父節點
當前提交
8a24454869
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/linux/device_cgroup.h

+ 0 - 1
include/linux/device_cgroup.h

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