mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
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>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#include <linux/module.h>
|
||||
#include <linux/fs.h>
|
||||
|
||||
#ifdef CONFIG_CGROUP_DEVICE
|
||||
|
||||
Reference in New Issue
Block a user