Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74da4d34 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller
Browse files

[INET]: Unexport __inet_hash_connect



This patch removes the unused EXPORT_SYMBOL_GPL(__inet_hash_connect).

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d5bd0146
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -494,7 +494,6 @@ int __inet_hash_connect(struct inet_timewait_death_row *death_row,
		return ret;
	}
}
EXPORT_SYMBOL_GPL(__inet_hash_connect);

/*
 * Bind a port for a connect operation and hash it.