aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
diff options
context:
space:
mode:
authorJesse Brandeburg <jesse.brandeburg@intel.com>2017-05-11 11:23:08 -0700
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2017-06-01 13:59:28 -0700
commit392908033308892b9da71551a65b4e59c5006b1c (patch)
tree28a7b8b1622cfecfbcaf82e2908d0e1f0a3af53f /drivers/net/ethernet/intel
parentmlxsw: spectrum: Add bridge dependency for spectrum (diff)
downloadlinux-dev-392908033308892b9da71551a65b4e59c5006b1c.tar.xz
linux-dev-392908033308892b9da71551a65b4e59c5006b1c.zip
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>
Diffstat (limited to 'drivers/net/ethernet/intel')
-rw-r--r--drivers/net/ethernet/intel/i40evf/i40e_virtchnl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/i40evf/i40e_virtchnl.h b/drivers/net/ethernet/intel/i40evf/i40e_virtchnl.h
index b0b8de5d6f57..7d6da3ac24f4 100644
--- a/drivers/net/ethernet/intel/i40evf/i40e_virtchnl.h
+++ b/drivers/net/ethernet/intel/i40evf/i40e_virtchnl.h
@@ -27,8 +27,6 @@
#ifndef _I40E_VIRTCHNL_H_
#define _I40E_VIRTCHNL_H_
-#include "i40e_type.h"
-
/* Description:
* This header file describes the VF-PF communication protocol used
* by the various i40e drivers.