]> 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>
Thu, 28 Jul 2011 04:27:04 +0000 (00:27 -0400)
commit0f32e37123191e9270ada2d7dfae32fd37d6cd3b
tree08548d68d21ae1b4d5df68efd64fa86538898810
parentb77479d4ef6a38d097e88a6b1be4b153114eb869
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