浏览代码

[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>
Adrian Bunk 17 年之前
父节点
当前提交
74da4d34e4
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      net/ipv4/inet_hashtables.c

+ 0 - 1
net/ipv4/inet_hashtables.c

@@ -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.