Commit 55cdfd48 authored by Jesse Brandeburg's avatar Jesse Brandeburg Committed by Jeff Kirsher

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: default avatarJesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 681bdf80
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
#include "i40e_type.h" #include "i40e_type.h"
#include "i40e_prototype.h" #include "i40e_prototype.h"
#include "i40e_client.h" #include "i40e_client.h"
#include "i40e_virtchnl.h" #include <linux/avf/virtchnl.h>
#include "i40e_virtchnl_pf.h" #include "i40e_virtchnl_pf.h"
#include "i40e_txrx.h" #include "i40e_txrx.h"
#include "i40e_dcb.h" #include "i40e_dcb.h"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "i40e_type.h" #include "i40e_type.h"
#include "i40e_adminq.h" #include "i40e_adminq.h"
#include "i40e_prototype.h" #include "i40e_prototype.h"
#include "i40e_virtchnl.h" #include <linux/avf/virtchnl.h>
/** /**
* i40e_set_mac_type - Sets MAC type * i40e_set_mac_type - Sets MAC type
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include "i40e_type.h" #include "i40e_type.h"
#include "i40e_alloc.h" #include "i40e_alloc.h"
#include "i40e_virtchnl.h" #include <linux/avf/virtchnl.h>
/* Prototypes for shared code functions that are not in /* Prototypes for shared code functions that are not in
* the standard function pointer structures. These are * the standard function pointer structures. These are
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment