projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5bd014
)
[INET]: Unexport __inet_hash_connect
author
Adrian Bunk
<bunk@kernel.org>
Thu, 14 Feb 2008 01:39:34 +0000
(17:39 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 14 Feb 2008 01:39:34 +0000
(17:39 -0800)
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>
net/ipv4/inet_hashtables.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/inet_hashtables.c
b/net/ipv4/inet_hashtables.c
index 9cac6c034abd98335fa2d8d43539d13bd4d627c9..e6a007260cecda6a4b99217d0d817844910cb410 100644
(file)
--- a/
net/ipv4/inet_hashtables.c
+++ b/
net/ipv4/inet_hashtables.c
@@
-494,7
+494,6
@@
out:
return ret;
}
}
-EXPORT_SYMBOL_GPL(__inet_hash_connect);
/*
* Bind a port for a connect operation and hash it.