Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=18134bed02e230a7876570072b0284635daaa32b
Commit:     18134bed02e230a7876570072b0284635daaa32b
Parent:     ec3b67c11df42362ccda81261d62829042f223f0
Author:     Jeff Garzik <[EMAIL PROTECTED]>
AuthorDate: Fri Oct 26 22:53:14 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Fri Oct 26 22:53:14 2007 -0700

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 net/ipv6/tcp_ipv6.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
index 06fa4ba..8520802 100644
--- a/net/ipv6/tcp_ipv6.c
+++ b/net/ipv6/tcp_ipv6.c
@@ -59,6 +59,7 @@
 #include <net/snmp.h>
 #include <net/dsfield.h>
 #include <net/timewait_sock.h>
+#include <net/netdma.h>
 
 #include <asm/uaccess.h>
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to