summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cpuset.c
diff options
context:
space:
mode:
authorMiaohe Lin <linmiaohe@huawei.com>2023-06-10 09:41:38 +0300
committerTejun Heo <tj@kernel.org>2023-06-12 19:52:04 +0300
commit5273ee254e34cf577460dc8eb786b26a7b5329d8 (patch)
treefe7214e7ced36302236f4e4e318c003711ed4fb4 /kernel/cgroup/cpuset.c
parent0dad9b072b2b170a99fcefa330a1a3193d503d8c (diff)
downloadlinux-5273ee254e34cf577460dc8eb786b26a7b5329d8.tar.xz
cgroup/cpuset: remove unneeded header files
Remove some unnecessary header files. No functional change intended. Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel/cgroup/cpuset.c')
-rw-r--r--kernel/cgroup/cpuset.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/cgroup/cpuset.c b/kernel/cgroup/cpuset.c
index b0aee733b92b..58e6f18f01c1 100644
--- a/kernel/cgroup/cpuset.c
+++ b/kernel/cgroup/cpuset.c
@@ -37,12 +37,10 @@
#include <linux/sched/deadline.h>
#include <linux/sched/mm.h>
#include <linux/sched/task.h>
-#include <linux/seq_file.h>
#include <linux/security.h>
#include <linux/spinlock.h>
#include <linux/oom.h>
#include <linux/sched/isolation.h>
-#include <linux/mutex.h>
#include <linux/cgroup.h>
#include <linux/wait.h>