]> 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>
Sun, 31 Jul 2011 08:06:35 +0000 (04:06 -0400)
commit390cc89e72caafa9b97cdcbf58b719d95a4eef34
tree7ca1615abe12a471b804524403113883b91a1360
parent7ed9bdd2364ebcab3010ea12aa8b38b9f306eb0d
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