Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd4508e8 authored by Rosen, Rami's avatar Rosen, Rami Committed by David S. Miller
Browse files

core: remove unneded headers for net cgroup controllers.



commit 3ed80a62 (cgroup: drop module support) made including
module.h redundant in the net cgroup controllers,
netclassid_cgroup.c and netprio_cgroup.c. This patch
removes them.

Signed-off-by: default avatarRami Rosen <rami.rosen@intel.com>
Acked-by: default avatarTejun Heo <tj@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 42efe660
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
 * Authors:	Thomas Graf <tgraf@suug.ch>
 */

#include <linux/module.h>
#include <linux/slab.h>
#include <linux/cgroup.h>
#include <linux/fdtable.h>
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#include <linux/module.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/string.h>