diff options
author | Andy Shevchenko <[email protected]> | 2024-10-08 22:13:29 +0300 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-10-17 00:28:08 -0700 |
commit | a5e8eb25135a48d400e5a695ba9329bc632c3bb4 (patch) | |
tree | 377f29b11c22081f9635ea98010a681d02dbc70d /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | 3f4e74cb3f2d06c3128e5b22c603a0dd4ab6f540 (diff) |
mm: remove unused stub for can_swapin_thp()
When can_swapin_thp() is unused, it prevents kernel builds with clang,
`make W=1` and CONFIG_WERROR=y:
mm/memory.c:4184:20: error: unused function 'can_swapin_thp' [-Werror,-Wunused-function]
Fix this by removing the unused stub.
See also commit 6863f5643dd7 ("kbuild: allow Clang to find unused static
inline functions for W=1 build").
Link: https://lkml.kernel.org/r/[email protected]
Fixes: 242d12c98174 ("mm: support large folios swap-in for sync io devices")
Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: Barry Song <[email protected]>
Cc: Bill Wendling <[email protected]>
Cc: Chuanhua Han <[email protected]>
Cc: Justin Stitt <[email protected]>
Cc: Nathan Chancellor <[email protected]>
Cc: Nick Desaulniers <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions