From 30ff75b6dd98e718a15d920586f6d2b12df43eea Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Sun, 24 Oct 2010 22:26:41 -0700 Subject: [PATCH] --- yaml --- r: 218405 b: refs/heads/master c: e341b2ddc1e8e5ff998ac5462dc5138775d1d492 h: refs/heads/master i: 218403: 43a81f144daff1255604f7d018caf9b46ba54d2f v: v3 --- [refs] | 2 +- trunk/net/l2tp/l2tp_core.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index c55285f8f916..d337542a0db8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fd59cba4f0d80a6dc4cc7372f03af905b1758e03 +refs/heads/master: e341b2ddc1e8e5ff998ac5462dc5138775d1d492 diff --git a/trunk/net/l2tp/l2tp_core.c b/trunk/net/l2tp/l2tp_core.c index 5fb4803baf25..c64ce0a0bb03 100644 --- a/trunk/net/l2tp/l2tp_core.c +++ b/trunk/net/l2tp/l2tp_core.c @@ -844,7 +844,6 @@ static int l2tp_udp_recv_core(struct l2tp_tunnel *tunnel, struct sk_buff *skb, return 1; } -EXPORT_SYMBOL_GPL(l2tp_udp_recv_core); /* UDP encapsulation receive handler. See net/ipv4/udp.c. * Return codes: @@ -1003,7 +1002,6 @@ static int l2tp_xmit_core(struct l2tp_session *session, struct sk_buff *skb, return 0; } -EXPORT_SYMBOL_GPL(l2tp_xmit_core); /* Automatically called when the skb is freed. */ @@ -1225,7 +1223,6 @@ static void l2tp_tunnel_closeall(struct l2tp_tunnel *tunnel) } write_unlock_bh(&tunnel->hlist_lock); } -EXPORT_SYMBOL_GPL(l2tp_tunnel_closeall); /* Really kill the tunnel. * Come here only when all sessions have been cleared from the tunnel.