]> git.baikalelectronics.ru Git - kernel.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)
commit6f37bdf5d6225c3b72442de3fc5f521c646f298c
treed4fc3fe014017d10f0b5e5c55c4e884f09e5decf
parentcc14f7dfdbd0a009b5e66303215955c577ee8997
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