[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1360167843-3587-5-git-send-email-heiko.carstens@de.ibm.com>
Date: Wed, 6 Feb 2013 17:23:52 +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 04/15] drivers/block/mtip32xx: add missing GENERIC_HARDIRQS dependency
The MTIP32XX driver calls devm_request_irq() and therefore needs a
GENERIC_HARDIRQS dependency to prevent building it on s390.
Cc: Jens Axboe <axboe@...nel.dk>
Signed-off-by: Heiko Carstens <heiko.carstens@...ibm.com>
---
drivers/block/mtip32xx/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/block/mtip32xx/Kconfig b/drivers/block/mtip32xx/Kconfig
index 0ba837f..1fca1f99 100644
--- a/drivers/block/mtip32xx/Kconfig
+++ b/drivers/block/mtip32xx/Kconfig
@@ -4,6 +4,6 @@
config BLK_DEV_PCIESSD_MTIP32XX
tristate "Block Device Driver for Micron PCIe SSDs"
- depends on PCI
+ depends on PCI && GENERIC_HARDIRQS
help
This enables the block driver for Micron PCIe SSDs.
--
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