]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP] IPV6: fix softnet build breakage
authorJeff Garzik <jgarzik@redhat.com>
Sat, 27 Oct 2007 05:53:14 +0000 (22:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 27 Oct 2007 05:53:14 +0000 (22:53 -0700)
commitf49e9e914c37a309f7e7a98a096b0ba50e74f9cd
treebd7a201f78a686a78f29c37c45d13fc8aa0c40ae
parent22717e67557d31135fb3f91aa6ac3547b5273179
[TCP] IPV6: fix softnet build breakage

net/ipv6/tcp_ipv6.c: In function 'tcp_v6_rcv':
net/ipv6/tcp_ipv6.c:1736: error: implicit declaration of function
'get_softnet_dma'
net/ipv6/tcp_ipv6.c:1736: warning: assignment makes pointer from integer
without a cast

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/tcp_ipv6.c