netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next-2.6 1/1]: bna: Fix build break for allyesconfig
@ 2010-08-25 21:32 Rasesh Mody
  2010-08-25 21:52 ` Eric Dumazet
  2010-08-25 22:22 ` David Miller
  0 siblings, 2 replies; 5+ messages in thread
From: Rasesh Mody @ 2010-08-25 21:32 UTC (permalink / raw)
  To: netdev; +Cc: amathur, ddutt, huangj, rmody

From: Rasesh Mody <rmody@brocade.com>

This patch contains a fix for the build break caused by multiple
definitions of symbols between Brocade's FC/FCOE driver(BFA) 
and 10G Networking Driver(BNA).

The fix is to make BNA a module only driver.

Signed-off-by: Debashis Dutt <ddutt@brocade.com>
Signed-off-by: Rasesh Mody <rmody@brocade.com>
---
 Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -ruP net-next-2.6.36-rc1-orig/drivers/net/Kconfig net-next-2.6.36-rc1-mod/drivers/net/Kconfig
--- net-next-2.6.36-rc1-orig/drivers/net/Kconfig	2010-08-25 00:59:00.000000000 -0700
+++ net-next-2.6.36-rc1-mod/drivers/net/Kconfig	2010-08-25 14:24:54.236217000 -0700
@@ -2871,7 +2871,7 @@
 
 config BNA
         tristate "Brocade 1010/1020 10Gb Ethernet Driver support"
-        depends on PCI
+        depends on PCI && m
         ---help---
           This driver supports Brocade 1010/1020 10Gb CEE capable Ethernet
           cards.

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

end of thread, other threads:[~2010-08-25 23:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-25 21:32 [net-next-2.6 1/1]: bna: Fix build break for allyesconfig Rasesh Mody
2010-08-25 21:52 ` Eric Dumazet
2010-08-25 22:22 ` David Miller
2010-08-25 23:05   ` Rasesh Mody
2010-08-25 23:25     ` 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).