mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
cnic: Need to include net/ip6_checksum.h
drivers/net/cnic.c: In function 'cnic_init_storm_conn_bufs': drivers/net/cnic.c:1757: error: implicit declaration of function 'csum_ipv6_magic' Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5402240c0b
commit
c05e85a06e
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
#include <net/route.h>
|
||||
#include <net/ipv6.h>
|
||||
#include <net/ip6_route.h>
|
||||
#include <net/ip6_checksum.h>
|
||||
#include <scsi/iscsi_if.h>
|
||||
|
||||
#include "cnic_if.h"
|
||||
|
|
Loading…
Reference in a new issue