summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/cgroup/cgroup-v1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cgroup/cgroup-v1.c b/kernel/cgroup/cgroup-v1.c
index fc34bcf2329f..08d2cb605101 100644
--- a/kernel/cgroup/cgroup-v1.c
+++ b/kernel/cgroup/cgroup-v1.c
@@ -5,6 +5,7 @@
5#include <linux/sort.h> 5#include <linux/sort.h>
6#include <linux/delay.h> 6#include <linux/delay.h>
7#include <linux/mm.h> 7#include <linux/mm.h>
8#include <linux/sched/signal.h>
8#include <linux/slab.h> 9#include <linux/slab.h>
9#include <linux/vmalloc.h> 10#include <linux/vmalloc.h>
10#include <linux/delayacct.h> 11#include <linux/delayacct.h>