Skip to content

Commit

Permalink
mm/damon/{reclaim,lru_sort}: remove unnecessarily included headers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
SeongJae Park authored and Andrew Morton committed Nov 30, 2022
1 parent 7ae2c17 commit b0d3dbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions mm/damon/lru_sort.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
#define pr_fmt(fmt) "damon-lru-sort: " 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"
Expand Down
2 changes: 0 additions & 2 deletions mm/damon/reclaim.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b0d3dbd

Please sign in to comment.