memory tier: remove unneeded disable_all_demotion_targets() when !CONFIG_MIGRATION
There's no caller of disable_all_demotion_targets() when CONFIG_MIGRATION is disabled. Remove it. Link: https://lkml.kernel.org/r/20230606120724.208552-1-linmiaohe@huawei.com Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
e5797dc011
commit
e6c715abb4
@ -451,7 +451,6 @@ static void establish_demotion_targets(void)
|
||||
}
|
||||
|
||||
#else
|
||||
static inline void disable_all_demotion_targets(void) {}
|
||||
static inline void establish_demotion_targets(void) {}
|
||||
#endif /* CONFIG_MIGRATION */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user