netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX
@ 2013-06-11 14:57 Markos Chandras
  2013-06-11 16:30 ` Paul Gortmaker
  2013-06-11 18:09 ` Sergei Shtylyov
  0 siblings, 2 replies; 10+ messages in thread
From: Markos Chandras @ 2013-06-11 14:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: Markos Chandras, David S. Miller, Paul Gortmaker, netdev

The Vortex driver depends on PCI with optional support for EISA.

This fixes build problems when EISA is selected but not PCI.

drivers/net/ethernet/3com/3c59x.c:1031:2: error: implicit declaration of
function 'pci_iomap' [-Werror=implicit-function-declaration]
drivers/net/ethernet/3com/3c59x.c:1044:3: error: implicit declaration of
function 'pci_iounmap' [-Werror=implicit-function-declaration]

Cc: David S. Miller <davem@davemloft.net>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: netdev@vger.kernel.org
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
---
 drivers/net/ethernet/3com/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/3com/Kconfig b/drivers/net/ethernet/3com/Kconfig
index 1c71c76..5c67f44 100644
--- a/drivers/net/ethernet/3com/Kconfig
+++ b/drivers/net/ethernet/3com/Kconfig
@@ -66,7 +66,7 @@ config PCMCIA_3C589
 
 config VORTEX
 	tristate "3c590/3c900 series (592/595/597) \"Vortex/Boomerang\" support"
-	depends on (PCI || EISA) && HAS_IOPORT
+	depends on PCI && HAS_IOPORT
 	select NET_CORE
 	select MII
 	---help---
-- 
1.8.2.1

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

end of thread, other threads:[~2013-06-13  8:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-11 14:57 [PATCH] drivers/net/ethernet/3com: Drop EISA dependency from VORTEX Markos Chandras
2013-06-11 16:30 ` Paul Gortmaker
2013-06-11 17:48   ` Markos Chandras
2013-06-11 20:16     ` Paul Gortmaker
2013-06-11 20:29       ` Markos Chandras
2013-06-11 20:45       ` Sergei Shtylyov
2013-06-13  8:34         ` David Miller
2013-06-13  8:36           ` Markos Chandras
2013-06-11 18:09 ` Sergei Shtylyov
2013-06-11 18:28   ` Markos Chandras

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