dect
/
linux-2.6
Archived
13
0
Fork 0

e1000 linkage fix

ia64:

 drivers/built-in.o(.text+0xd9a72): In function `e1000_xmit_frame':
 : undefined reference to `csum_ipv6_magic'

Cc: Auke Kok <auke-jan.h.kok@intel.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Andrew Morton 2006-11-14 10:35:03 -05:00 committed by Jeff Garzik
parent 95d21ff4c6
commit d0bb53e102
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
*******************************************************************************/
#include "e1000.h"
#include <net/ip6_checksum.h>
char e1000_driver_name[] = "e1000";
static char e1000_driver_string[] = "Intel(R) PRO/1000 Network Driver";