Explorar o código

[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>
Jeff Garzik %!s(int64=17) %!d(string=hai) anos
pai
achega
18134bed02
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      net/ipv6/tcp_ipv6.c

+ 1 - 0
net/ipv6/tcp_ipv6.c

@@ -59,6 +59,7 @@
 #include <net/snmp.h>
 #include <net/snmp.h>
 #include <net/dsfield.h>
 #include <net/dsfield.h>
 #include <net/timewait_sock.h>
 #include <net/timewait_sock.h>
+#include <net/netdma.h>
 
 
 #include <asm/uaccess.h>
 #include <asm/uaccess.h>