powerpc/64s/hash: Make stress_hpt_timer_fn() static
authorYang Yingliang <yangyingliang@huawei.com>
Wed, 28 Dec 2022 09:36:03 +0000 (17:36 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 11 Jan 2023 23:53:37 +0000 (10:53 +1100)
commitf12cd06109f47c2fb4b23a45ab55404c47ef7fae
tree9aaebd357a604887752d42f52cf8685580f8b43d
parent76d588dddc459fefa1da96e0a081a397c5c8e216
powerpc/64s/hash: Make stress_hpt_timer_fn() static

stress_hpt_timer_fn() is only used in hash_utils.c, make it static.

Fixes: 6b34a099faa1 ("powerpc/64s/hash: add stress_hpt kernel boot option to increase hash faults")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20221228093603.3166599-1-yangyingliang@huawei.com
arch/powerpc/mm/book3s64/hash_utils.c