[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1311409201-2324-1-git-send-email-weiyi.huang@gmail.com>
Date: Sat, 23 Jul 2011 16:20:01 +0800
From: Huang Weiyi <weiyi.huang@...il.com>
To: jeffrey.t.kirsher@...el.com
Cc: netdev@...r.kernel.org, Huang Weiyi <weiyi.huang@...il.com>
Subject: [PATCH] igb: remove duplicated #include
Remove duplicated #include('s) in
drivers/net/igb/igb_main.c
Signed-off-by: Huang Weiyi <weiyi.huang@...il.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists