Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: i40evf: Remove duplicate include

linux/sctp.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Sachin Kamat and committed by
David S. Miller
c85fde83 cb6e926e

-2
-2
drivers/net/ethernet/intel/i40evf/i40evf.h
··· 38 38 #include <linux/ipv6.h> 39 39 #include <net/ip6_checksum.h> 40 40 #include <net/udp.h> 41 - #include <linux/sctp.h> 42 - 43 41 44 42 #include "i40e_type.h" 45 43 #include "i40e_virtchnl.h"