Browse Source

i40evf: drop i40e_type.h include

This drops the i40e_type.h include in anticipation of the next
patch which moves this file to a location where type.h doesn't
exist, and all the places this file is included already include
i40e_type.h before this file.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Jesse Brandeburg 8 years ago
parent
commit
3929080333
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/net/ethernet/intel/i40evf/i40e_virtchnl.h

+ 0 - 2
drivers/net/ethernet/intel/i40evf/i40e_virtchnl.h

@@ -27,8 +27,6 @@
 #ifndef _I40E_VIRTCHNL_H_
 #ifndef _I40E_VIRTCHNL_H_
 #define _I40E_VIRTCHNL_H_
 #define _I40E_VIRTCHNL_H_
 
 
-#include "i40e_type.h"
-
 /* Description:
 /* Description:
  * This header file describes the VF-PF communication protocol used
  * This header file describes the VF-PF communication protocol used
  * by the various i40e drivers.
  * by the various i40e drivers.