[PATCH] cgroup/cpuset: remove unneeded header files

Miaohe Lin posted 1 patch 2 years, 8 months ago
kernel/cgroup/cpuset.c | 2 --
1 file changed, 2 deletions(-)
[PATCH] cgroup/cpuset: remove unneeded header files
Posted by Miaohe Lin 2 years, 8 months ago
Remove some unnecessary header files. No functional change intended.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
---
 kernel/cgroup/cpuset.c | 2 --
 1 file changed, 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>
 
-- 
2.27.0
Re: [PATCH] cgroup/cpuset: remove unneeded header files
Posted by Tejun Heo 2 years, 7 months ago
On Sat, Jun 10, 2023 at 02:41:38PM +0800, Miaohe Lin wrote:
> Remove some unnecessary header files. No functional change intended.
> 
> Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>

Applied to cgroup/for-6.5.

Thanks.

-- 
tejun