netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] igb: remove duplicated #include
@ 2011-07-23  8:20 Huang Weiyi
  2011-07-23  8:24 ` Jeff Kirsher
  2011-07-24  3:02 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Huang Weiyi @ 2011-07-23  8:20 UTC (permalink / raw)
  To: jeffrey.t.kirsher; +Cc: netdev, Huang Weiyi

Remove duplicated #include('s) in
  drivers/net/igb/igb_main.c

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
---
 drivers/net/igb/igb_main.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c
index cb8c6bb..dc59905 100644
--- a/drivers/net/igb/igb_main.c
+++ b/drivers/net/igb/igb_main.c
@@ -47,7 +47,6 @@
 #include <linux/if_ether.h>
 #include <linux/aer.h>
 #include <linux/prefetch.h>
-#include <linux/if_vlan.h>
 #ifdef CONFIG_IGB_DCA
 #include <linux/dca.h>
 #endif
-- 
1.5.6.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-24  3:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-23  8:20 [PATCH] igb: remove duplicated #include Huang Weiyi
2011-07-23  8:24 ` Jeff Kirsher
2011-07-24  3:02 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).