From: "Kok, Auke" <auke-jan.h.kok@intel.com>
To: Alexey Dobriyan <adobriyan@sw.ru>
Cc: akpm@osdl.org, linux-kernel@vger.kernel.org,
netdev@vger.kernel.org, auke-jan.h.kok@intel.com
Subject: Re: 2.6.21-rc5-mm3: fix e1000 compilation
Date: Fri, 30 Mar 2007 07:39:04 -0700 [thread overview]
Message-ID: <460D2108.1080101@intel.com> (raw)
In-Reply-To: <20070330085029.GA6556@localhost.sw.ru>
Alexey Dobriyan wrote:
> 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
> ...
>
can you send me your config? I'd like to see why nobody here didn't spot this on
any of our tests.
thanks,
Auke
> --- 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>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2007-03-30 14:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-30 8:50 2.6.21-rc5-mm3: fix e1000 compilation Alexey Dobriyan
2007-03-30 14:39 ` Kok, Auke [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=460D2108.1080101@intel.com \
--to=auke-jan.h.kok@intel.com \
--cc=adobriyan@sw.ru \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).