]> 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, 6 Oct 2011 18:10:13 +0000 (14:10 -0400)
commitf71272f85ec52be4c6311244e669282a11b26965
treef96953c80b9f8b4496343f2fe86dd88b8541c1f4
parent13039eb422c1a45a0e14ccae3fa1e58a7b9f6ed6
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