mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
[INET]: Unexport __inet_hash_connect
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>
This commit is contained in:
parent
d5bd0146f0
commit
74da4d34e4
1 changed files with 0 additions and 1 deletions
|
@ -494,7 +494,6 @@ out:
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(__inet_hash_connect);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Bind a port for a connect operation and hash it.
|
* Bind a port for a connect operation and hash it.
|
||||||
|
|
Loading…
Reference in a new issue