* [PATCH] staging: wilc1000: Disable for S390
@ 2015-05-28 4:32 Guenter Roeck
0 siblings, 0 replies; only message in thread
From: Guenter Roeck @ 2015-05-28 4:32 UTC (permalink / raw)
To: Johnny Kim
Cc: Rachel Kim, Greg Kroah-Hartman, devel, linux-wireless,
linux-kernel, Guenter Roeck
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@roeck-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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-28 4:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-28 4:32 [PATCH] staging: wilc1000: Disable for S390 Guenter Roeck
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).