mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 00:04:15 +08:00
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>
This commit is contained in:
parent
7ae2c17f53
commit
b0d3dbd1b9
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user