netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.21-rc5-mm3: fix e1000 compilation
@ 2007-03-30  8:50 Alexey Dobriyan
  2007-03-30 14:39 ` Kok, Auke
  0 siblings, 1 reply; 7+ messages in thread
From: Alexey Dobriyan @ 2007-03-30  8:50 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, netdev, auke-jan.h.kok

  CC [M]  drivers/net/e1000/e1000_main.o
drivers/net/e1000/e1000_main.c: In function 'e1000_tso':
drivers/net/e1000/e1000_main.c:2968: error: dereferencing pointer to incomplete type
	...

--- a/drivers/net/e1000/e1000_main.c
+++ b/drivers/net/e1000/e1000_main.c
@@ -32,6 +32,8 @@ #include <linux/init.h>
 #include <linux/vmalloc.h>
 #include <linux/pagemap.h>
 #include <linux/netdevice.h>
+#include <linux/tcp.h>
+#include <linux/ipv6.h>
 #include <net/checksum.h>
 #include <net/ip6_checksum.h>
 #include <linux/mii.h>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-03-30 21:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-30  8:50 2.6.21-rc5-mm3: fix e1000 compilation Alexey Dobriyan
2007-03-30 14:39 ` Kok, Auke
2007-03-30 15:05   ` Alexey Dobriyan
2007-03-30 17:01   ` Andrew Morton
2007-03-30 17:07     ` Randy Dunlap
2007-03-30 17:27       ` Kok, Auke
2007-03-30 21:20         ` 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).