]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
l2tp: static functions should not be exported
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 25 Oct 2010 05:26:41 +0000 (22:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Oct 2010 05:26:41 +0000 (22:26 -0700)
commite341b2ddc1e8e5ff998ac5462dc5138775d1d492
treed4fc3fe014017d10f0b5e5c55c4e884f09e5decf
parentfd59cba4f0d80a6dc4cc7372f03af905b1758e03
l2tp: static functions should not be exported

Causes these build failures on PowerPC:

net/l2tp/l2tp_core.c:1228: error: __ksymtab_l2tp_tunnel_closeall causes a section type conflict
net/l2tp/l2tp_core.c:1228: error: __ksymtab_l2tp_tunnel_closeall causes a section type conflict
net/l2tp/l2tp_core.c:1006: error: __ksymtab_l2tp_xmit_core causes a section type conflict
net/l2tp/l2tp_core.c:1006: error: __ksymtab_l2tp_xmit_core causes a section type conflict
net/l2tp/l2tp_core.c:847: error: __ksymtab_l2tp_udp_recv_core causes a section type conflict
net/l2tp/l2tp_core.c:847: error: __ksymtab_l2tp_udp_recv_core causes a section type conflict

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_core.c