]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Fri, 26 Aug 2011 15:52:19 +0000 (11:52 -0400)
commit9b58dd1b92937707e30a2735a3415f2b5b7cdfab
tree93436bbf66aff5fe07622d7821cc48ed013d30f5
parentb5085dc816376470d13ea638ffafbfc6323f5778
device_cgroup.h: delete needless include <linux/module.h>

There is nothing modular in this file, and no reason to drag
in all the 357 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