Skip to content

Commit

Permalink
[INET]: Unexport __inet_hash_connect
Browse files Browse the repository at this point in the history
This patch removes the unused EXPORT_SYMBOL_GPL(__inet_hash_connect).

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Feb 14, 2008
1 parent d5bd014 commit 74da4d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/ipv4/inet_hashtables.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 74da4d3

Please sign in to comment.