mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
UPSTREAM: 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>
(cherry picked from commit b0d3dbd1b9)
Bug: 300502883
Change-Id: I66ffcdfe7276261f5de14d8d794a1dd6b5312caf
Signed-off-by: cui yangpei <cuiyangpei@xiaomi.com>
This commit is contained in:
committed by
Suren Baghdasaryan
parent
3c0bc73f6e
commit
4e2d3f8e31
@@ -8,9 +8,7 @@
|
|||||||
#define pr_fmt(fmt) "damon-lru-sort: " fmt
|
#define pr_fmt(fmt) "damon-lru-sort: " fmt
|
||||||
|
|
||||||
#include <linux/damon.h>
|
#include <linux/damon.h>
|
||||||
#include <linux/ioport.h>
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/sched.h>
|
|
||||||
#include <linux/workqueue.h>
|
#include <linux/workqueue.h>
|
||||||
|
|
||||||
#include "modules-common.h"
|
#include "modules-common.h"
|
||||||
|
|||||||
@@ -8,9 +8,7 @@
|
|||||||
#define pr_fmt(fmt) "damon-reclaim: " fmt
|
#define pr_fmt(fmt) "damon-reclaim: " fmt
|
||||||
|
|
||||||
#include <linux/damon.h>
|
#include <linux/damon.h>
|
||||||
#include <linux/ioport.h>
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/sched.h>
|
|
||||||
#include <linux/workqueue.h>
|
#include <linux/workqueue.h>
|
||||||
|
|
||||||
#include "modules-common.h"
|
#include "modules-common.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user