Skip to content

Commit bd4508e

Browse files
Rosen, Ramidavem330
authored andcommitted
core: remove unneded headers for net cgroup controllers.
commit 3ed80a6 (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: Rami Rosen <[email protected]> Acked-by: Tejun Heo <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 42efe66 commit bd4508e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

net/core/netclassid_cgroup.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* Authors: Thomas Graf <[email protected]>
1010
*/
1111

12-
#include <linux/module.h>
1312
#include <linux/slab.h>
1413
#include <linux/cgroup.h>
1514
#include <linux/fdtable.h>

net/core/netprio_cgroup.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
1313

14-
#include <linux/module.h>
1514
#include <linux/slab.h>
1615
#include <linux/types.h>
1716
#include <linux/string.h>

0 commit comments

Comments
 (0)