* [PATCH] tcp v6: fix softnet build breakage
@ 2007-10-27 3:42 Jeff Garzik
2007-10-27 5:53 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Garzik @ 2007-10-27 3:42 UTC (permalink / raw)
To: David Miller, Andrew Morton, Linus Torvalds; +Cc: netdev, LKML
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>
---
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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] tcp v6: fix softnet build breakage
2007-10-27 3:42 [PATCH] tcp v6: fix softnet build breakage Jeff Garzik
@ 2007-10-27 5:53 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-10-27 5:53 UTC (permalink / raw)
To: jeff; +Cc: akpm, torvalds, netdev, linux-kernel
From: Jeff Garzik <jeff@garzik.org>
Date: Fri, 26 Oct 2007 23:42:40 -0400
>
> 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>
Applied, thanks Jeff.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-27 5:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-27 3:42 [PATCH] tcp v6: fix softnet build breakage Jeff Garzik
2007-10-27 5:53 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).