[SCSI] remove deprecated IRQF_DISABLED from SCSI
It's a NOOP since 2.6.35 and it will be removed one day. [jejb: remove from missed arm scsi drivers] Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
committed by
James Bottomley
parent
aa8033705e
commit
4909cc2b89
@@ -231,7 +231,7 @@ use_legacy_interrupts:
|
||||
|
||||
static void esas2r_claim_interrupts(struct esas2r_adapter *a)
|
||||
{
|
||||
unsigned long flags = IRQF_DISABLED;
|
||||
unsigned long flags = 0;
|
||||
|
||||
if (a->intr_mode == INTR_MODE_LEGACY)
|
||||
flags |= IRQF_SHARED;
|
||||
|
Reference in New Issue
Block a user