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>
This commit is contained in:
parent
bd28063582
commit
7f3e01fee4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue