]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
device_cgroup.h: delete needless include <linux/module.h>
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 May 2011 19:58:15 +0000 (15:58 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:26 +0000 (19:32 -0400)
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>
include/linux/device_cgroup.h

index 7aad1f440867e796ed6f5d2c811771e700e7ad15..8b64221b432b2b3258e119912f08ac475fc1727c 100644 (file)
@@ -1,4 +1,3 @@
-#include <linux/module.h>
 #include <linux/fs.h>
 
 #ifdef CONFIG_CGROUP_DEVICE