summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSeongJae Park <sj@kernel.org>2026-04-29 07:12:26 +0300
committerAndrew Morton <akpm@linux-foundation.org>2026-05-29 07:05:02 +0300
commit3a870b43776c0c9740a087eb0d831cd6cb8016f7 (patch)
treef68e09e326b2d40da163d898346d6d4e9387d74c /include/linux
parente17741ad08451e652924abe6277362d2ae19dd4a (diff)
downloadlinux-3a870b43776c0c9740a087eb0d831cd6cb8016f7.tar.xz
mm/damon/core: remove damon_set_region_biggest_system_ram_default()
Now nobody is using damon_set_region_biggest_system_ram_default(). Remove it. Link: https://lore.kernel.org/20260429041232.90257-5-sj@kernel.org Signed-off-by: SeongJae Park <sj@kernel.org> Cc: David Hildenbrand <david@kernel.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Liam R. Howlett <liam@infradead.org> Cc: Lorenzo Stoakes <ljs@kernel.org> Cc: Michal Hocko <mhocko@suse.com> Cc: Mike Rapoport <rppt@kernel.org> Cc: Suren Baghdasaryan <surenb@google.com> Cc: Vlastimil Babka <vbabka@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/damon.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/damon.h b/include/linux/damon.h
index f656908b2d38..c7a31572689b 100644
--- a/include/linux/damon.h
+++ b/include/linux/damon.h
@@ -1015,11 +1015,6 @@ int damon_set_region_system_rams_default(struct damon_target *t,
unsigned long addr_unit,
unsigned long min_region_sz);
-int damon_set_region_biggest_system_ram_default(struct damon_target *t,
- unsigned long *start, unsigned long *end,
- unsigned long addr_unit,
- unsigned long min_region_sz);
-
#endif /* CONFIG_DAMON */
#endif /* _DAMON_H */