]> git.kernelconcepts.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>
Mon, 31 Oct 2011 23:32:26 +0000 (19:32 -0400)
commit8a24454869a6f8e9d7968f88f78830f285089433
tree74c65794dd0bfb4092a2c55fb48f71dee6cd2bf5
parent39aa9fddb984fcc61592d3eb88e345e315359161
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>
include/linux/device_cgroup.h