projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82bed4d
)
drivers/block/mtip32xx: add missing GENERIC_HARDIRQS dependency
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Thu, 7 Feb 2013 06:37:29 +0000
(07:37 +0100)
committer
Jens Axboe
<axboe@kernel.dk>
Thu, 7 Feb 2013 06:37:29 +0000
(07:37 +0100)
The MTIP32XX driver calls devm_request_irq() and therefore needs a
GENERIC_HARDIRQS dependency to prevent building it on s390.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/mtip32xx/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/block/mtip32xx/Kconfig
b/drivers/block/mtip32xx/Kconfig
index
0ba837f
..
1fca1f9
100644
(file)
--- 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.