summaryrefslogtreecommitdiffstats
path: root/mm/damon/reclaim.c
diff options
context:
space:
mode:
authorSeongJae Park <sj@kernel.org>2022-10-26 22:59:43 +0000
committerAndrew Morton <akpm@linux-foundation.org>2022-11-30 15:01:26 -0800
commitb0d3dbd1b98660ec2154fccbd21c13916c967c05 (patch)
tree14d5886d8aba758f79c527bf3e4fd869553407d2 /mm/damon/reclaim.c
parent7ae2c17f53d5054d1fe5c1a103ad46068034617d (diff)
downloadlinux-b0d3dbd1b98660ec2154fccbd21c13916c967c05.tar.gz
linux-b0d3dbd1b98660ec2154fccbd21c13916c967c05.tar.bz2
linux-b0d3dbd1b98660ec2154fccbd21c13916c967c05.zip
mm/damon/{reclaim,lru_sort}: remove unnecessarily included headers
Some headers that 'reclaim.c' and 'lru_sort.c' are including are unnecessary now owing to previous cleanups and refactorings. Remove those. Link: https://lkml.kernel.org/r/20221026225943.100429-13-sj@kernel.org Signed-off-by: SeongJae Park <sj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/damon/reclaim.c')
-rw-r--r--mm/damon/reclaim.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/damon/reclaim.c b/mm/damon/reclaim.c
index 3173f373435c..e14eb30c01f4 100644
--- a/mm/damon/reclaim.c
+++ b/mm/damon/reclaim.c
@@ -8,9 +8,7 @@
#define pr_fmt(fmt) "damon-reclaim: " fmt
#include <linux/damon.h>
-#include <linux/ioport.h>
#include <linux/module.h>
-#include <linux/sched.h>
#include <linux/workqueue.h>
#include "modules-common.h"