Skip to content

Commit

Permalink
net: bnx2x_cmn.c needs net/ip6_checksum.h for csum_ipv6_magic
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Stephen Rothwell authored and David S. Miller committed Jul 29, 2010
1 parent bd28063 commit 7f3e01f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/bnx2x/bnx2x_cmn.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <linux/etherdevice.h>
#include <linux/ip.h>
#include <linux/ipv6.h>
#include <net/ip6_checksum.h>
#include "bnx2x_cmn.h"

#ifdef BCM_VLAN
Expand Down

0 comments on commit 7f3e01f

Please sign in to comment.