net/ixgbe: remove recursively included header file

Message ID 201812030052.wB30q473079576@mse01.zte.com.cn (mailing list archive)
State Rejected, archived
Delegated to: Qi Zhang
Headers
Series net/ixgbe: remove recursively included header file |

Checks

Context Check Description
ci/mellanox-Performance-Testing success Performance Testing PASS
ci/intel-Performance-Testing success Performance Testing PASS
ci/checkpatch success coding style OK

Commit Message

Congwen Zhang Nov. 30, 2018, 5:47 a.m. UTC
  includes itself: ixgbe_type.h -> ixgbe_mbx.h -> ixgbe_type.h

Signed-off-by: Congwen Zhang <zhang.congwen@zte.com.cn>
---
 drivers/net/ixgbe/base/ixgbe_mbx.h | 2 --
 1 file changed, 2 deletions(-)
  

Patch

diff --git a/drivers/net/ixgbe/base/ixgbe_mbx.h b/drivers/net/ixgbe/base/ixgbe_mbx.h
index 5d32cbc..55fa9ee 100644
--- a/drivers/net/ixgbe/base/ixgbe_mbx.h
+++ b/drivers/net/ixgbe/base/ixgbe_mbx.h
@@ -5,8 +5,6 @@ 
 #ifndef _IXGBE_MBX_H_
 #define _IXGBE_MBX_H_
 
-#include "ixgbe_type.h"
-
 #define IXGBE_VFMAILBOX_SIZE	16 /* 16 32 bit words - 64 bytes */
 #define IXGBE_ERR_MBX		-100