Commit 8a244548 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 39aa9fdd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
#include <linux/module.h>
#include <linux/fs.h>

#ifdef CONFIG_CGROUP_DEVICE