[dpdk-dev] [PATCH] net/ixgbe: remove recursively included header file

Congwen Zhang zhang.congwen at zte.com.cn
Fri Nov 30 06:47:06 CET 2018


includes itself: ixgbe_type.h -> ixgbe_mbx.h -> ixgbe_type.h

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

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
 
-- 
1.8.3.1



More information about the dev mailing list