mm/damon/core: mark damon_moving_sum() as a static function
authorSeongJae Park <sj@kernel.org>
Fri, 15 Sep 2023 02:52:51 +0000 (02:52 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 4 Oct 2023 17:32:30 +0000 (10:32 -0700)
commit863803a7948c8e33e6a7b002017747ca83ecfd63
tree38772f51bb31d3c0e8d9efcf490f1122de5ad00a
parent401807a316bb913f5eefcaf8343575ec9296d6b1
mm/damon/core: mark damon_moving_sum() as a static function

The function is used by only mm/damon/core.c.  Mark it as a static
function.

Link: https://lkml.kernel.org/r/20230915025251.72816-9-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/damon.h
mm/damon/core.c