Skip to content

Commit b0d3dbd

Browse files
sjp38akpm00
authored andcommitted
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/[email protected] Signed-off-by: SeongJae Park <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 7ae2c17 commit b0d3dbd

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

mm/damon/lru_sort.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
#define pr_fmt(fmt) "damon-lru-sort: " fmt
99

1010
#include <linux/damon.h>
11-
#include <linux/ioport.h>
1211
#include <linux/module.h>
13-
#include <linux/sched.h>
1412
#include <linux/workqueue.h>
1513

1614
#include "modules-common.h"

mm/damon/reclaim.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
#define pr_fmt(fmt) "damon-reclaim: " fmt
99

1010
#include <linux/damon.h>
11-
#include <linux/ioport.h>
1211
#include <linux/module.h>
13-
#include <linux/sched.h>
1412
#include <linux/workqueue.h>
1513

1614
#include "modules-common.h"

0 commit comments

Comments
 (0)