Skip to content

Commit 55cdfd4

Browse files
jbrandebJeff Kirsher
authored andcommitted
i40e: use new unified virtchnl header file
This patch changes the i40e driver to start using the new virtchnl interface header file, and removes an already existing duplicate of the i40e_virtchnl.h file contained in the i40e directory. Signed-off-by: Jesse Brandeburg <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 681bdf8 commit 55cdfd4

File tree

4 files changed

+3
-452
lines changed

4 files changed

+3
-452
lines changed

drivers/net/ethernet/intel/i40e/i40e.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
#include "i40e_type.h"
5858
#include "i40e_prototype.h"
5959
#include "i40e_client.h"
60-
#include "i40e_virtchnl.h"
60+
#include <linux/avf/virtchnl.h>
6161
#include "i40e_virtchnl_pf.h"
6262
#include "i40e_txrx.h"
6363
#include "i40e_dcb.h"

drivers/net/ethernet/intel/i40e/i40e_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include "i40e_type.h"
2828
#include "i40e_adminq.h"
2929
#include "i40e_prototype.h"
30-
#include "i40e_virtchnl.h"
30+
#include <linux/avf/virtchnl.h>
3131

3232
/**
3333
* i40e_set_mac_type - Sets MAC type

drivers/net/ethernet/intel/i40e/i40e_prototype.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#include "i40e_type.h"
3131
#include "i40e_alloc.h"
32-
#include "i40e_virtchnl.h"
32+
#include <linux/avf/virtchnl.h>
3333

3434
/* Prototypes for shared code functions that are not in
3535
* the standard function pointer structures. These are

0 commit comments

Comments
 (0)