[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091021203851.GA5311@coldcone>
Date: Thu, 22 Oct 2009 00:38:51 +0400
From: "Denis Kirjanov <kirjanov@...il.com" <kirjanov@...il.com>
To: eilong@...adcom.com
Cc: davem@...emloft.net, netdev@...r.kernel.org
Subject: [PATCH]bnx2x: remove duplication of the BCM_VLAN macro
File bnx2.c already contains condition of the macro inclusion.
So we can remove this.
Signed-off-by: Denis Kirjanov <kirjanov@...il.com>
---
diff --git a/drivers/net/bnx2x.h b/drivers/net/bnx2x.h
index bbf8422..4b99fd2 100644
--- a/drivers/net/bnx2x.h
+++ b/drivers/net/bnx2x.h
@@ -20,10 +20,6 @@
* (you will need to reboot afterwards) */
/* #define BNX2X_STOP_ON_ERROR */
-#if defined(CONFIG_VLAN_8021Q) || defined(CONFIG_VLAN_8021Q_MODULE)
-#define BCM_VLAN 1
-#endif
-
#define BNX2X_MULTI_QUEUE
--
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