ide: allow host drivers to specify IRQ flags
[deliverable/linux.git] / drivers / ide / q40ide.c
index ebd576df2d84ff58019ae795b75a34b7836359a4..32f669d656a6d34fb50d3232071575c778409347 100644 (file)
@@ -112,6 +112,7 @@ static const struct ide_tp_ops q40ide_tp_ops = {
 static const struct ide_port_info q40ide_port_info = {
        .tp_ops                 = &q40ide_tp_ops,
        .host_flags             = IDE_HFLAG_MMIO | IDE_HFLAG_NO_DMA,
+       .irq_flags              = IRQF_SHARED,
 };
 
 /* 
This page took 0.024718 seconds and 5 git commands to generate.