diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-07-29 01:20:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-07-29 01:20:34 -0400 |
commit | 7f3e01fee41a322747db2d7574516d9fbd3785c0 (patch) | |
tree | 2c095075c9157f100af01a24eb8401ba9cfbe12d /drivers/net/bnx2x | |
parent | bd280635825a2b3981da63a54e38de97e87231b3 (diff) |
net: bnx2x_cmn.c needs net/ip6_checksum.h for csum_ipv6_magic
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x')
-rw-r--r-- | drivers/net/bnx2x/bnx2x_cmn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bnx2x/bnx2x_cmn.c b/drivers/net/bnx2x/bnx2x_cmn.c index 30d20c7fee0b..02bf710629a3 100644 --- a/drivers/net/bnx2x/bnx2x_cmn.c +++ b/drivers/net/bnx2x/bnx2x_cmn.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <linux/etherdevice.h> | 19 | #include <linux/etherdevice.h> |
20 | #include <linux/ip.h> | 20 | #include <linux/ip.h> |
21 | #include <linux/ipv6.h> | 21 | #include <linux/ipv6.h> |
22 | #include <net/ip6_checksum.h> | ||
22 | #include "bnx2x_cmn.h" | 23 | #include "bnx2x_cmn.h" |
23 | 24 | ||
24 | #ifdef BCM_VLAN | 25 | #ifdef BCM_VLAN |