From: Heiko Carstens Date: Thu, 22 Sep 2011 07:44:54 +0000 (-0400) Subject: seeq: fix compile breakage on s390 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=757216efb8f1bcab152c3f4c33ad7862b2f6663a;p=~shefty%2Frdma-dev.git seeq: fix compile breakage on s390 The SEEQ drivers should depend on HAS_IOMEM to prevent compile breakage on !HAS_IOMEM architectures: drivers/net/ethernet/seeq/seeq8005.c: In function 'seeq8005_probe1': drivers/net/ethernet/seeq/seeq8005.c:179:2: error: implicit declaration of function 'inw' [-Werror=implicit-function-declaration] Cc: Jeff Kirsher Signed-off-by: Heiko Carstens Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/seeq/Kconfig b/drivers/net/ethernet/seeq/Kconfig index 49b6d5b1dfd..29f18533fdc 100644 --- a/drivers/net/ethernet/seeq/Kconfig +++ b/drivers/net/ethernet/seeq/Kconfig @@ -5,6 +5,7 @@ config NET_VENDOR_SEEQ bool "SEEQ devices" default y + depends on HAS_IOMEM depends on (ARM && ARCH_ACORN) || SGI_HAS_SEEQ || EXPERIMENTAL ---help--- If you have a network (Ethernet) card belonging to this class, say Y