All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/ixgbe: remove recursively included header file
@ 2018-11-30  5:47 Congwen Zhang
  0 siblings, 0 replies; only message in thread
From: Congwen Zhang @ 2018-11-30  5:47 UTC (permalink / raw)
  To: wenzhuo.lu, zhang.congwen; +Cc: dev

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(-)

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-03  0:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-30  5:47 [PATCH] net/ixgbe: remove recursively included header file Congwen Zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.