From: Jeff Garzik Date: Sat, 27 Oct 2007 05:53:14 +0000 (-0700) Subject: [TCP] IPV6: fix softnet build breakage X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=18134bed02e230a7876570072b0284635daaa32b;p=linux-beck.git [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 Signed-off-by: David S. Miller --- diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 06fa4baddf05..85208026278b 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -59,6 +59,7 @@ #include #include #include +#include #include