net/smc: Remove unused function declarations
authorYue Haibing <yuehaibing@huawei.com>
Sat, 29 Jul 2023 12:19:29 +0000 (20:19 +0800)
committerJakub Kicinski <kuba@kernel.org>
Mon, 31 Jul 2023 21:40:26 +0000 (14:40 -0700)
commit4cbc32a8a2b44fc7e91ae3006e5da3eaf630e383
treefb1a506d08ade5e02c57f27b61604086a821e777
parentbfd95b56a3187ba81f95cf0f8aeb78e522bdb09e
net/smc: Remove unused function declarations

commit f9aab6f2ce57 ("net/smc: immediate freeing in smc_lgr_cleanup_early()")
left behind smc_lgr_schedule_free_work_fast() declaration.
And since commit 349d43127dac ("net/smc: fix kernel panic caused by race of smc_sock")
smc_ib_modify_qp_reset() is not used anymore.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Tony Lu <tonylu@linux.alibaba.com>
Reviewed-by: Wenjia Zhang <wenjia@linux.ibm.com>
Link: https://lore.kernel.org/r/20230729121929.17180-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/smc/smc_core.h
net/smc/smc_ib.h