Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39290803 authored by Jesse Brandeburg's avatar Jesse Brandeburg Committed by Jeff Kirsher
Browse files

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: 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 0266f797
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -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.