From: Ursula Braun Date: Sat, 16 Nov 2019 16:47:32 +0000 (+0100) Subject: net/smc: remove unused constant X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ab8536ca783db9ef863e0a2246946ebae701df5a;p=linux.git net/smc: remove unused constant Constant SMC_CLOSE_WAIT_LISTEN_CLCSOCK_TIME is defined, but since commit 3d502067599f ("net/smc: simplify wait when closing listen socket") no longer used. Remove it. Signed-off-by: Ursula Braun Signed-off-by: Karsten Graul Signed-off-by: David S. Miller --- diff --git a/net/smc/smc_close.c b/net/smc/smc_close.c index d205b2114006f..290270c821ca4 100644 --- a/net/smc/smc_close.c +++ b/net/smc/smc_close.c @@ -20,8 +20,6 @@ #include "smc_cdc.h" #include "smc_close.h" -#define SMC_CLOSE_WAIT_LISTEN_CLCSOCK_TIME (5 * HZ) - /* release the clcsock that is assigned to the smc_sock */ void smc_clcsock_release(struct smc_sock *smc) {