drivers/block/mtip32xx: add missing GENERIC_HARDIRQS dependency
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 7 Feb 2013 06:37:29 +0000 (07:37 +0100)
committerJens 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>

No differences found