cciss: Add IRQF_SHARED back in for the non-MSI(X) interrupt handler
authorStephen M. Cameron <scameron@beardog.cce.hp.com>
Mon, 28 Nov 2011 19:12:05 +0000 (20:12 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 28 Nov 2011 19:12:05 +0000 (20:12 +0100)
commit6225da481597ebff09454c785fe0afc7f5fdbb77
treef32b8f2b558a0c1b4d7092cc28050ebdc2963dfc
parentae95757a9065d89be7c1ca613b53163dd30858b7
cciss: Add IRQF_SHARED back in for the non-MSI(X) interrupt handler

IRQF_SHARED is required for older controllers that don't support MSI(X)
and which may end up sharing an interrupt.

Also remove deprecated IRQF_DISABLED.

Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/cciss.c