aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/options.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-03-07 19:33:52 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2007-04-25 22:24:03 -0700
commitcb69cc52364690d7789940c480b3a9490784b680 (patch)
tree725cef0cfc7e43b0826490ccd99769baacf2977d /net/dccp/options.c
parentfe067e8ab5e0dc5ca3c54634924c628da92090b4 (diff)
[TCP/DCCP/RANDOM]: Remove unused exports.
This patch removes the following not or no longer used exports: - drivers/char/random.c: secure_tcp_sequence_number - net/dccp/options.c: sysctl_dccp_feat_sequence_window - net/netlink/af_netlink.c: netlink_set_err Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/options.c')
-rw-r--r--net/dccp/options.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/dccp/options.c b/net/dccp/options.c
index ca13f773199..9074ca7977b 100644
--- a/net/dccp/options.c
+++ b/net/dccp/options.c
@@ -29,8 +29,6 @@ int sysctl_dccp_feat_ack_ratio = DCCPF_INITIAL_ACK_RATIO;
int sysctl_dccp_feat_send_ack_vector = DCCPF_INITIAL_SEND_ACK_VECTOR;
int sysctl_dccp_feat_send_ndp_count = DCCPF_INITIAL_SEND_NDP_COUNT;
-EXPORT_SYMBOL_GPL(sysctl_dccp_feat_sequence_window);
-
void dccp_minisock_init(struct dccp_minisock *dmsk)
{
dmsk->dccpms_sequence_window = sysctl_dccp_feat_sequence_window;