[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1432787563-25800-1-git-send-email-linux@roeck-us.net>
Date: Wed, 27 May 2015 21:32:43 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: Johnny Kim <johnny.kim@...el.com>
Cc: Rachel Kim <rachel.kim@...el.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
devel@...verdev.osuosl.org, linux-wireless@...r.kernel.org,
linux-kernel@...r.kernel.org, Guenter Roeck <linux@...ck-us.net>
Subject: [PATCH] staging: wilc1000: Disable for S390
The wilc1000 driver uses definitions such as DEBUG_LEVEL, DEBUG,
and PRINT_INFO. This causes compile errors on S390 which has similar
definitions in its core code. Disable the driver for S390 instead
of giving the non-standard messaging code credit by trying to fix it.
Signed-off-by: Guenter Roeck <linux@...ck-us.net>
---
drivers/staging/wilc1000/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/wilc1000/Kconfig b/drivers/staging/wilc1000/Kconfig
index 101f908bc9ed..0b349d3c1475 100644
--- a/drivers/staging/wilc1000/Kconfig
+++ b/drivers/staging/wilc1000/Kconfig
@@ -1,5 +1,6 @@
config WILC1000
tristate "WILC1000 support (WiFi only)"
+ depends on !S390
---help---
This module only support IEEE 802.11n WiFi.
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists