aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2021-11-30 21:40:29 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:57:40 +0100
commit0556c197826b15dd5e773faa13d7571761773926 (patch)
tree304eafc7cb4aad0b4eae1cdeff54465d58332b4d
parent36c89e6555b1a92c77a1676e1f100ef74b2bcac3 (diff)
downloadtip-0556c197826b15dd5e773faa13d7571761773926.tar.gz
headers/deps: ksm: Optimize <linux/ksm.h> dependencies, remove <linux/pagemap.h> inclusion
-------------------------------------------------------------------- | Combined, preprocessed C code size of header, without line markers, | with comments stripped: ------------------------- before: | #include <linux/ksm.h> | LOC: 18,042 | headers: 379 after: | #include <linux/ksm.h> | LOC: 10,286 | headers: 268 Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r--include/linux/ksm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ksm.h b/include/linux/ksm.h
index a38a5bca1ba58e..b940ee1f062b65 100644
--- a/include/linux/ksm.h
+++ b/include/linux/ksm.h
@@ -10,7 +10,6 @@
#include <linux/bitops.h>
#include <linux/mm.h>
-#include <linux/pagemap.h>
#include <linux/rmap.h>
#include <linux/sched.h>
#include <linux/sched/coredump.h>