[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1360167843-3587-9-git-send-email-heiko.carstens@de.ibm.com>
Date: Wed, 6 Feb 2013 17:23:56 +0100
From: Heiko Carstens <heiko.carstens@...ibm.com>
To: arnd@...db.de, axboe@...nel.dk, cbou@...l.ru, davem@...emloft.net,
dtor@...l.ru, dwmw2@...radead.org, grant.likely@...retlab.ca,
gregkh@...uxfoundation.org, jkosina@...e.cz, jslaby@...e.cz,
khali@...ux-fr.org, mchehab@...hat.com, perex@...ex.cz,
sameo@...ux.intel.com, tiwai@...e.de, w.sang@...gutronix.de
Cc: linux-kernel@...r.kernel.org, sebott@...ux.vnet.ibm.com,
gerald.schaefer@...ibm.com, schwidefsky@...ibm.com,
Heiko Carstens <heiko.carstens@...ibm.com>
Subject: [PATCH 08/15] drivers/misc/cb710: add missing GENERIC_HARDIRQS dependency
CB710_CORE (drivers/misc/cb710/core.c) calls devm_request_irq() and
therefore needs a GENERIC_HARDIRQS dependency to prevent a link
error on s390.
Cc: Arnd Bergmann <arnd@...db.de>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Signed-off-by: Heiko Carstens <heiko.carstens@...ibm.com>
---
drivers/misc/cb710/Kconfig | 2 +-
drivers/mmc/host/Kconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/misc/cb710/Kconfig b/drivers/misc/cb710/Kconfig
index 22429b8..5acb9c5 100644
--- a/drivers/misc/cb710/Kconfig
+++ b/drivers/misc/cb710/Kconfig
@@ -1,6 +1,6 @@
config CB710_CORE
tristate "ENE CB710/720 Flash memory card reader support"
- depends on PCI
+ depends on PCI && GENERIC_HARDIRQS
help
This option enables support for PCI ENE CB710/720 Flash memory card
reader found in some laptops (ie. some versions of HP Compaq nx9500).
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index aebe265..d88219e 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -475,7 +475,7 @@ config MMC_SDHI
config MMC_CB710
tristate "ENE CB710 MMC/SD Interface support"
- depends on PCI
+ depends on PCI && GENERIC_HARDIRQS
select CB710_CORE
help
This option enables support for MMC/SD part of ENE CB710/720 Flash
--
1.7.10.4
--
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